Skip to content

Commit

Permalink
build(deps): Update snow requirement from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [snow](https://github.com/mcginty/snow) to permit the latest version.
- [Release notes](https://github.com/mcginty/snow/releases)
- [Commits](mcginty/snow@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: snow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2022
1 parent 3f4dbb1 commit 420a720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transports/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ x25519-dalek = "1.1.0"
zeroize = "1"

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

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

0 comments on commit 420a720

Please sign in to comment.