Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mbround18 committed Oct 8, 2023
1 parent e959c57 commit 613b826
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 35 deletions.
92 changes: 62 additions & 30 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions src/odin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ path = "lib.rs"
handlebars = "4"
dotenv = "0.15"
log = "0.4"
clap = { version = "4.3", features = [ "derive", "env" ] }
clap = { version = "4.4", features = [ "derive", "env" ] }
which = "4.4"
serde = { version = "1.0", features = ["derive"], default_features = false }
sysinfo = { version = "0.29", default_features = false }
Expand All @@ -42,10 +42,10 @@ inflections = "1.1.1"
md5 = "0.7"
reqwest = { version = "0.11", default_features = false, features = ["blocking", "json", "rustls-tls"] }
chrono = "0.4"
zip = { version = "0.6.3" }
fs_extra = "1.2.0"
glob = "0.3.0"
a2s = "0.5.2"
zip = { version = "0.6" }
fs_extra = "1.3"
glob = "0.3"
a2s = "0.5"
serde_with = "3.3.0"

[dev-dependencies]
Expand Down

0 comments on commit 613b826

Please sign in to comment.