Update dependancies.

This commit is contained in:
Pierre Tondereau 2022-06-14 10:45:27 +02:00
parent b1c32c4dc5
commit d1cb7cc114
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ exclude = ["/.github", "/.crates", "/guide"]
[dependencies]
bitflags = "1.2.1"
parking_lot = "0.11.2"
parking_lot = "0.12.1"
cfg-if = "1.0"
once_cell = "1.8.0"
anyhow = { version = "1", optional = true }
@ -32,7 +32,7 @@ skeptic = "0.13"
[target.'cfg(windows)'.build-dependencies]
ureq = { version = "2.4", features = ["native-tls", "gzip"], default-features = false }
native-tls = "0.2"
zip = "0.5"
zip = "0.6"
[features]
closure = []

View File

@ -15,7 +15,7 @@ ext-php-rs = { version = ">=0.7.1", path = "../../" }
clap = { version = "3.1", features = ["derive"] }
anyhow = "1"
dialoguer = "0.9"
dialoguer = "0.10"
libloading = "0.7"
cargo_metadata = "0.14"
semver = "1.0"

View File

@ -13,7 +13,7 @@ proc-macro = true
[dependencies]
syn = { version = "1.0.68", features = ["full", "extra-traits", "printing"] }
darling = "0.12"
darling = "0.14"
ident_case = "1.0.1"
quote = "1.0.9"
proc-macro2 = "1.0.26"