Skip to content

Commit 61c7488

Browse files
chore(deps): bump toml from 0.8.23 to 0.9.5
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 0.9.5. - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.5) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8859415 commit 61c7488

File tree

3 files changed

+17
-23
lines changed

3 files changed

+17
-23
lines changed

Cargo.lock

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

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ rand = { features = ["small_rng"], workspace = true }
5050
redb = { optional = true, version = "2" }
5151
serde = { features = ["derive", "rc"], workspace = true }
5252
serde_json = { workspace = true }
53-
toml = "0.8"
53+
toml = "0.9"
5454
serde_with = { workspace = true }
5555
sqlx = { features = ["runtime-tokio-rustls", "sqlite"], optional = true, version = "0.8" }
5656
stretto = { features = ["async", "sync"], version = "0.8" }

crates/fdev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tar = "0.4"
3030
thiserror = "2"
3131
tokio = { version = "1", features = ["rt-multi-thread", "sync", "macros", "signal", "parking_lot", "process"] }
3232
tokio-tungstenite = "0.26.1"
33-
toml = { version = "0.8", features = ["default", "preserve_order"] }
33+
toml = { version = "0.9", features = ["default", "preserve_order"] }
3434
tracing = { workspace = true }
3535
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] }
3636
xz2 = { version = "0.1", features = ["tokio"] }

0 commit comments

Comments
 (0)