Skip to content

Commit

Permalink
deps: bump snow from 0.9.3 to 0.9.4
Browse files Browse the repository at this point in the history
Pull-Request: #4844.
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent b68e846 commit f217042
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 121 deletions.
155 changes: 35 additions & 120 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 transports/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ x25519-dalek = "2"
zeroize = "1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
snow = { version = "0.9.2", features = ["ring-resolver"], default-features = false }
snow = { version = "0.9.4", features = ["ring-resolver"], default-features = false }

[target.'cfg(target_arch = "wasm32")'.dependencies]
snow = { version = "0.9.2", features = ["default-resolver"], default-features = false }
Expand Down

0 comments on commit f217042

Please sign in to comment.