Skip to content

Commit 2a409fd

Browse files
Update Rust crate toml to v0.8.22 (#11077)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5d29943 commit 2a409fd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supp
125125
tokio = { version = "=1.44.2", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
126126
tokio-postgres = "=0.7.13"
127127
tokio-util = "=0.7.15"
128-
toml = "=0.8.21"
128+
toml = "=0.8.22"
129129
tower = "=0.5.2"
130130
tower-http = { version = "=0.6.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
131131
tracing = "=0.1.41"

crates/crates_io_database_dump/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = { version = "=1.0.219", features = ["derive"] }
1616
serde_json = "=1.0.140"
1717
tar = "=0.4.44"
1818
tempfile = "=3.19.1"
19-
toml = "=0.8.21"
19+
toml = "=0.8.22"
2020
tracing = "=0.1.41"
2121
zip = { version = "=2.6.1", default-features = false, features = ["deflate"] }
2222

0 commit comments

Comments
 (0)