Skip to content

Commit

Permalink
Merge pull request #65 from leptonyu/renovate/toml-0.x
Browse files Browse the repository at this point in the history
Update Rust crate toml to ^0.8.8
  • Loading branch information
leptonyu authored Nov 8, 2023
2 parents 6fbb213 + 2652851 commit 7ca983b
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.19.0", optional = true }
toml = { version = "^0.8.4", optional = true }
toml = { version = "^0.8.8", optional = true }
yaml-rust = { version = "^0.4.5", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 7ca983b

Please sign in to comment.