mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-18 09:47:14 +01:00
Merge pull request #463 from philomena-dev/dependabot/cargo/native/philomena/zip-2.3.0
Bump zip from 2.2.1 to 2.3.0 in /native/philomena
This commit is contained in:
commit
cd770735f7
2 changed files with 3 additions and 3 deletions
4
native/philomena/Cargo.lock
generated
4
native/philomena/Cargo.lock
generated
|
@ -1028,9 +1028,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zip"
|
||||
version = "2.2.1"
|
||||
version = "2.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "99d52293fc86ea7cf13971b3bb81eb21683636e7ae24c729cdaf1b7c4157a352"
|
||||
checksum = "84e9a772a54b54236b9b744aaaf8d7be01b4d6e99725523cb82cb32d1c81b1d7"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"crc32fast",
|
||||
|
|
|
@ -19,7 +19,7 @@ regex = "1"
|
|||
ring = "0.17"
|
||||
rustler = "0.35"
|
||||
url = "2.5"
|
||||
zip = { version = "2.2.0", features = ["deflate"], default-features = false }
|
||||
zip = { version = "2.3.0", features = ["deflate"], default-features = false }
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
|
|
Loading…
Add table
Reference in a new issue