From 420a7202f96a6d086f3ac857dfc907647b778bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 10:36:46 +0000 Subject: [PATCH] build(deps): Update snow requirement from 0.8.0 to 0.9.0 Updates the requirements on [snow](https://github.com/mcginty/snow) to permit the latest version. - [Release notes](https://github.com/mcginty/snow/releases) - [Commits](https://github.com/mcginty/snow/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: snow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- transports/noise/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transports/noise/Cargo.toml b/transports/noise/Cargo.toml index e6eca2a5b43a..5602f15bc85f 100644 --- a/transports/noise/Cargo.toml +++ b/transports/noise/Cargo.toml @@ -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 }