Skip to content

Commit

Permalink
Update Rust crate toml to ^0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent 0e667d4 commit c0095a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ log = { version = "^0.4.20", optional = true }
rand_chacha = { version = "^0.3.1", optional = true, features = ["std"] }
rand_core = { version = '^0.6.4', optional = true, features = ["std"] }
rust-ini = { version = "^0.20.0", optional = true }
toml = { version = "^0.8", optional = true }
toml = { version = "^0.8.10", optional = true }
yaml-rust = { version = "^0.4.5", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit c0095a0

Please sign in to comment.