Skip to content

Commit

Permalink
fix(deps): update rust crate toml to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 1fa6fbb commit 8d2a6a1
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 13 deletions.
98 changes: 86 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4"
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 8d2a6a1

Please sign in to comment.