Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Nov 14, 2024
1 parent b8583ca commit 72d92aa
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 28 deletions.
55 changes: 31 additions & 24 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "1.4.1"

[dependencies]
better-panic = "0.3.0"
clap = { version = "4.5.20", features = ["derive", "string"] }
clap = { version = "4.5.21", features = ["derive", "string"] }
color-backtrace = "0.6.1"
crossterm = "0.27.0"
hex = "0.4.3"
Expand All @@ -17,13 +17,13 @@ sha3 = "0.10.8"
lazy_static = "1.5.0"
base64 = "0.21.7"
bs58 = "0.5.1"
libsodium-sys-stable = { version = "1.21.3", features = ["optimized"] }
libsodium-sys-stable = { version = "1.22.1", features = ["optimized"] }
dialoguer = "0.11.0"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"
chacha20poly1305 = "0.10.1"
glob = "0.3.1"
indicatif = "0.17.8"
indicatif = "0.17.9"
chrono = "0.4.38"

[dev-dependencies]
Expand Down

0 comments on commit 72d92aa

Please sign in to comment.