From 9efe7f4155cc4d4d14f6d177e36c403126b4a17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:25:35 +0000 Subject: [PATCH] build(deps): 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 91d328f..32550a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1207,9 +1207,9 @@ checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597" [[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 = "spin" diff --git a/Cargo.toml b/Cargo.toml index 119b59b..d2e93c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ once_cell = "1.18.0" rayon = "1.8.0" same-file = "1.0.6" sevenz-rust = { version = "0.5.3", features = ["compress"] } -snap = "1.1.0" +snap = "1.1.1" tar = "0.4.40" tempfile = "3.8.1" time = { version = "0.3.30", default-features = false }