Skip to content

Commit 5210643

Browse files
Update Rust crate toml to v0.8.2 (#7226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a0631a commit 5210643

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -89,7 +89,7 @@ tempfile = "=3.8.0"
8989
thiserror = "=1.0.49"
9090
threadpool = "=1.8.1"
9191
tokio = { version = "=1.32.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
92-
toml = "=0.8.1"
92+
toml = "=0.8.2"
9393
tower = "=0.4.13"
9494
tower-http = { version = "=0.4.4", features = ["fs", "catch-panic"] }
9595
tracing = "=0.1.37"

crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = { version = "=1.0.188", features = ["derive"] }
1616
serde_json = "=1.0.107"
1717
tar = "=0.4.40"
1818
thiserror = "=1.0.49"
19-
toml = "=0.8.1"
19+
toml = "=0.8.2"
2020
tracing = "=0.1.37"
2121

2222
[dev-dependencies]

0 commit comments

Comments
 (0)