Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Feb 8, 2024
1 parent 273341b commit 0e9205a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions httpsig-hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fxhash = { version = "0.2.1" }
sha2 = { version = "0.10.8", default-features = false }

# encoding
base64 = { version = "0.21.6" }
base64 = { version = "0.21.7" }

# for request and response headers
http = { version = "1.0.0" }
Expand All @@ -36,7 +36,7 @@ bytes = { version = "1.5.0" }
sfv = "0.9.4"

[dev-dependencies]
tokio = { version = "1.35.1", default-features = false, features = [
tokio = { version = "1.36.0", default-features = false, features = [
"macros",
"rt-multi-thread",
] } # testing only?
4 changes: 2 additions & 2 deletions httpsig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rand = { version = "0.8.5" }
pkcs8 = { version = "0.10.2", default-features = false, features = ["pem"] }
spki = { version = "0.7.3", default-features = false, features = ["pem"] }
sec1 = { version = "0.7.3", default-features = false, features = ["der"] }
ed25519-compact = { version = "2.0.6", default-features = false, features = [
ed25519-compact = { version = "2.1.1", default-features = false, features = [
"random",
] }
ecdsa = { version = "0.16.9", default-features = false, features = [
Expand All @@ -41,7 +41,7 @@ hmac = { version = "0.12.1" }
sha2 = { version = "0.10.8", default-features = false }

# encoding
base64 = { version = "0.21.6" }
base64 = { version = "0.21.7" }

# for rfc8941 structured field values
sfv = "0.9.4"

0 comments on commit 0e9205a

Please sign in to comment.