mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-11-26 20:15:22 +01:00
Merge pull request #144 from ptondereau/chore/update-deps
Bump dependencies.
This commit is contained in:
commit
b230928bed
@ -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 = []
|
||||
|
@ -13,9 +13,9 @@ categories = ["api-bindings", "command-line-interface"]
|
||||
[dependencies]
|
||||
ext-php-rs = { version = ">=0.7.1", path = "../../" }
|
||||
|
||||
clap = { version = "3.1", features = ["derive"] }
|
||||
clap = { version = ">=3.2.5", features = ["derive"] }
|
||||
anyhow = "1"
|
||||
dialoguer = "0.9"
|
||||
dialoguer = "0.10"
|
||||
libloading = "0.7"
|
||||
cargo_metadata = "0.14"
|
||||
semver = "1.0"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user