Skip to content

Commit

Permalink
Update dependancies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptondereau committed Jun 14, 2022
1 parent b1c32c4 commit d1cb7cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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 = []
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d1cb7cc

Please sign in to comment.