Skip to content

Commit 6c1fd98

Browse files
Update Rust crate toml to v0.8.10 (#8065)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ab17b5 commit 6c1fd98

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -114,7 +114,7 @@ tar = "=0.4.40"
114114
tempfile = "=3.10.0"
115115
thiserror = "=1.0.56"
116116
tokio = { version = "=1.36.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
117-
toml = "=0.8.9"
117+
toml = "=0.8.10"
118118
tower = "=0.4.13"
119119
tower-http = { version = "=0.5.1", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
120120
tracing = "=0.1.40"

crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde = { version = "=1.0.196", features = ["derive"] }
1919
serde_json = "=1.0.113"
2020
tar = "=0.4.40"
2121
thiserror = "=1.0.56"
22-
toml = "=0.8.9"
22+
toml = "=0.8.10"
2323
tracing = "=0.1.40"
2424

2525
[dev-dependencies]

0 commit comments

Comments
 (0)