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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-05 23:25:35 +00:00 committed by GitHub
parent 796a03a41d
commit 9efe7f4155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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"

View File

@ -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 }