Skip to content

Commit a633b21

Browse files
Update Rust crate toml to v0.8.20 (#10515)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41c4e5d commit a633b21

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -119,7 +119,7 @@ tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supp
119119
tokio = { version = "=1.43.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
120120
tokio-postgres = "=0.7.13"
121121
tokio-util = "=0.7.13"
122-
toml = "=0.8.19"
122+
toml = "=0.8.20"
123123
tower = "=0.5.2"
124124
tower-http = { version = "=0.6.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
125125
tracing = "=0.1.41"

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = { version = "=1.0.217", features = ["derive"] }
1616
serde_json = "=1.0.138"
1717
tar = "=0.4.43"
1818
tempfile = "=3.16.0"
19-
toml = "=0.8.19"
19+
toml = "=0.8.20"
2020
tracing = "=0.1.41"
2121
zip = { version = "=2.2.2", default-features = false, features = ["deflate"] }
2222

0 commit comments

Comments
 (0)