From 48cf86fe357775c8dd7b29e94eceacff27d38837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 06:00:12 +0000 Subject: [PATCH] Bump snap from 1.1.0 to 1.1.1 Bumps [snap](https://github.com/BurntSushi/rust-snappy) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/BurntSushi/rust-snappy/releases) - [Commits](https://github.com/BurntSushi/rust-snappy/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: snap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1457db2e..770d01d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3498,9 +3498,9 @@ dependencies = [ [[package]] name = "snap" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" +checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] name = "snow" diff --git a/Cargo.toml b/Cargo.toml index 2b706b81..d06e0f4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ serde_bytes = "0.11.12" serde_derive = "1.0.138" serde_json = "1.0.108" serde_urlencoded = "0.7.1" -snap = "1.1.0" +snap = "1.1.1" strum = { version = "0.25.0", features = ["derive"] } subxt = { default-features = false, features = ["jsonrpsee", "native", "unstable-light-client"], version = "0.32.1" } base64 = "0.21.5"