Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 21, 2024
1 parent deb7cc9 commit a86c4ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ clap = { version = "3.2.25", default-features = false, features = [
env_logger = { version = "0.11.5", default-features = false, features = [
"humantime",
] }
regex = "1.10.6"
regex = "1.11.0"
ureq = "2.10.1"
uri_encode = "1.0.2"
wasmsign2 = { version = "0.2.4", path = "src/lib" }
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ repository = "https://github.com/wasm-signatures/wasmsign2"
categories = ["cryptography", "wasm"]

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
ct-codecs = "1.1.2"
ed25519-compact = { version = "2.1.1", features = ["pem"] }
getrandom = { version = "0.2.15", features = ["js"] }
hmac-sha256 = "1.1.7"
log = "0.4.22"
regex = "1.10.6"
regex = "1.11.0"
ssh-keys = "0.1.4"
thiserror = "1.0.64"

Expand Down

0 comments on commit a86c4ad

Please sign in to comment.