Skip to content

Commit 6b88a1e

Browse files
committed
Take toml 0.8
1 parent a75e587 commit 6b88a1e

File tree

2 files changed

+20
-36
lines changed

2 files changed

+20
-36
lines changed

Cargo.lock

Lines changed: 19 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ libc = "0.2"
1818
log = "0.4.22"
1919
rustls-platform-verifier = "0.5.3"
2020
regex = "1.9.6"
21-
toml = { version = "0.6.0", default-features = false, features = ["parse"] }
21+
toml = { version = "0.8", default-features = false, features = ["parse"] }
2222
hickory-resolver = { version = "0.25", features = ["https-aws-lc-rs", "webpki-roots"] }
2323
tokio = { version = "1.44.0", features = ["io-util", "macros", "net", "rt"] }
2424
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)