Merge pull request #574 from ouch-org/dependabot/cargo/snap-1.1.1

build(deps): bump snap from 1.1.0 to 1.1.1
This commit is contained in:
figsoda 2023-12-06 12:01:33 -05:00 committed by GitHub
commit 0d1e581aee
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 }