mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-11-30 04:39:04 +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]
|
[dependencies]
|
||||||
bitflags = "1.2.1"
|
bitflags = "1.2.1"
|
||||||
parking_lot = "0.11.2"
|
parking_lot = "0.12.1"
|
||||||
cfg-if = "1.0"
|
cfg-if = "1.0"
|
||||||
once_cell = "1.8.0"
|
once_cell = "1.8.0"
|
||||||
anyhow = { version = "1", optional = true }
|
anyhow = { version = "1", optional = true }
|
||||||
@ -32,7 +32,7 @@ skeptic = "0.13"
|
|||||||
[target.'cfg(windows)'.build-dependencies]
|
[target.'cfg(windows)'.build-dependencies]
|
||||||
ureq = { version = "2.4", features = ["native-tls", "gzip"], default-features = false }
|
ureq = { version = "2.4", features = ["native-tls", "gzip"], default-features = false }
|
||||||
native-tls = "0.2"
|
native-tls = "0.2"
|
||||||
zip = "0.5"
|
zip = "0.6"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
closure = []
|
closure = []
|
||||||
|
@ -13,9 +13,9 @@ categories = ["api-bindings", "command-line-interface"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
ext-php-rs = { version = ">=0.7.1", path = "../../" }
|
ext-php-rs = { version = ">=0.7.1", path = "../../" }
|
||||||
|
|
||||||
clap = { version = "3.1", features = ["derive"] }
|
clap = { version = ">=3.2.5", features = ["derive"] }
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
dialoguer = "0.9"
|
dialoguer = "0.10"
|
||||||
libloading = "0.7"
|
libloading = "0.7"
|
||||||
cargo_metadata = "0.14"
|
cargo_metadata = "0.14"
|
||||||
semver = "1.0"
|
semver = "1.0"
|
||||||
|
@ -13,7 +13,7 @@ proc-macro = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = { version = "1.0.68", features = ["full", "extra-traits", "printing"] }
|
syn = { version = "1.0.68", features = ["full", "extra-traits", "printing"] }
|
||||||
darling = "0.12"
|
darling = "0.14"
|
||||||
ident_case = "1.0.1"
|
ident_case = "1.0.1"
|
||||||
quote = "1.0.9"
|
quote = "1.0.9"
|
||||||
proc-macro2 = "1.0.26"
|
proc-macro2 = "1.0.26"
|
||||||
|
Loading…
Reference in New Issue
Block a user