Skip to content

Commit 88bb2f9

Browse files
authored
Merge pull request #294 from shadow3aaa/dependabot/cargo/toml-0.9.8
build(deps): bump toml from 0.9.7 to 0.9.8
2 parents 881c9fe + 81b9197 commit 88bb2f9

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)