mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 00:27:01 +05:30
fix(deps): update rust crate toml to 0.5.10
This commit is contained in:
parent
fcd5db33ee
commit
14622a96f8
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ clap = { version = "4.0.29", features = [ "color", "deprecated", "derive" ] }
|
|||
git2 = { version = "0.15.0", default-features = false, features = ["vendored-libgit2", "vendored-openssl"] }
|
||||
serde = { version = "1.0.150", default-features = false, features = ["derive"] }
|
||||
serde_derive = "1.0.150"
|
||||
toml = "0.5.9"
|
||||
toml = "0.5.10"
|
||||
walkdir = "2.3.2"
|
||||
|
||||
[badges]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue