Skip to content

Commit

Permalink
fix(deps): update rust crate toml to 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 1fa6fbb commit 129d700
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 @@ -30,7 +30,7 @@ tokio = "1.20.1"
serde = { version = "1.0.144", features = ["derive"] }

dirs = "4.0.0"
toml = "0.5.9"
toml = "0.8.11"
derive_more = { version = "0.99.17", features = ["error", "display"] }
twinstar = { git = "https://github.com/panicbit/twinstar.git" }
futures-core = "0.3.23"
Expand Down

0 comments on commit 129d700

Please sign in to comment.