Skip to content

Commit

Permalink
Update toml requirement from 0.5.11 to 0.8.16
Browse files Browse the repository at this point in the history
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](toml-rs/toml@toml-v0.5.11...toml-v0.8.16)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent c9437c6 commit 1c8fb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ thiserror = "1"
libc = "0.2.147"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
toml = "0.5.11"
toml = "0.8.16"
nix = "0.22"
uuid = { version = "0.8", features = ["v4"] }
ip_network_table-deps-treebitmap = "0.5.0"
Expand Down

0 comments on commit 1c8fb89

Please sign in to comment.