Skip to content

Commit

Permalink
deps: bump snow from 0.9.4 to 0.9.6
Browse files Browse the repository at this point in the history
Bumps [snow](https://github.com/mcginty/snow) from 0.9.4 to 0.9.6.
- [Release notes](https://github.com/mcginty/snow/releases)
- [Commits](mcginty/snow@v0.9.4...v0.9.6)

---
updated-dependencies:
- dependency-name: snow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 305e02c commit 282c590
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions transports/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ x25519-dalek = "2"
zeroize = "1"

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

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

[dev-dependencies]
futures_ringbuf = "0.4.0"
Expand Down

0 comments on commit 282c590

Please sign in to comment.