Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/ed25519-dalek-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 20, 2023
2 parents 5c02b18 + 7387500 commit dffab64
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { version = "1", optional = true, features = ["derive"] }
sha2 = { version = "0.10.8", optional = true }
thiserror = { version = "1.0", optional = true }
void = { version = "1.0", optional = true }
zeroize = { version = "1.6", optional = true }
zeroize = { version = "1.7", optional = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
ring = { version = "0.17.5", features = [ "alloc", "std"], default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion transports/quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ libp2p-identity = { workspace = true }
parking_lot = "0.12.0"
quinn = { version = "0.10.2", default-features = false, features = ["tls-rustls", "futures-io"] }
rand = "0.8.5"
rustls = { version = "0.21.8", default-features = false }
rustls = { version = "0.21.9", default-features = false }
thiserror = "1.0.50"
tokio = { version = "1.34.0", default-features = false, features = ["net", "rt", "time"], optional = true }
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion transports/tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ yasna = "0.5.2"

# Exposed dependencies. Breaking changes to these are breaking changes to us.
[dependencies.rustls]
version = "0.21.8"
version = "0.21.9"
default-features = false
features = ["dangerous_configuration"] # Must enable this to allow for custom verification code.

Expand Down

0 comments on commit dffab64

Please sign in to comment.