Skip to content

Commit 81b9197

Browse files
build(deps): bump toml from 0.9.7 to 0.9.8
Bumps [toml](https://github.com/toml-rs/toml) from 0.9.7 to 0.9.8. - [Commits](toml-rs/toml@toml-v0.9.7...toml-v0.9.8) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72be318 commit 81b9197

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ anyhow = { version = "1.0.100" }
3737
inotify = { version = "0.11.0", default-features = false }
3838
flexi_logger = "0.31.7"
3939
libc = "0.2.177"
40-
toml = "0.9.7"
40+
toml = "0.9.8"
4141
serde = { version = "1.0.228", features = ["derive"] }
4242
sys-mount = { version = "3.0.1", default-features = false }
4343
quick-xml = { version = "0.38.3", features = ["serialize"] }
@@ -50,7 +50,7 @@ nix = { version = "0.30.1", features = ["sched"] }
5050

5151
[build-dependencies]
5252
anyhow = "1.0.100"
53-
toml = "0.9.7"
53+
toml = "0.9.8"
5454
serde_json = "1.0.145"
5555
serde = { version = "1.0.228", features = ["derive"] }
5656
rocket = { version = "0.5.0", features = ["json"] }

0 commit comments

Comments
 (0)