Skip to content

Commit

Permalink
update dependency versions
Browse files Browse the repository at this point in the history
$ cargo install cargo-edit
$ cargo upgrade
  • Loading branch information
bradjc committed Jul 21, 2023
1 parent ede1c65 commit 6a7709a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ name = "elf2tab"
path = "src/main.rs"

[dependencies]
chrono = { version = "0.4.2", default-features = false, features = ["clock", "std"] }
clap = { version = "4.0.7", features = ["derive", "color", "wrap_help"] }
tar = "0.4.36"
elf = "0.7.1"
sha2 = "0.10.2"
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
clap = { version = "4.3.17", features = ["derive", "color", "wrap_help"] }
tar = "0.4.39"
elf = "0.7.2"
sha2 = "0.10.7"
ring = "0.16.20"
rsa-der = "0.3.0"

0 comments on commit 6a7709a

Please sign in to comment.