Bump dependencies

master
printfn 2 years ago
parent 2f10c0f47a
commit a9b4105318
  1. 424
      Cargo.lock
  2. 58
      Cargo.toml

424
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -10,39 +10,39 @@ categories = ["wasm"]
documentation = "https://rustwasm.github.io/wasm-pack/" documentation = "https://rustwasm.github.io/wasm-pack/"
[dependencies] [dependencies]
anyhow = "1.0.66" anyhow = "1.0.68"
atty = "0.2.11" atty = "0.2.14"
cargo_metadata = "0.15" cargo_metadata = "0.15.2"
console = "0.6.1" console = "0.6.2"
dialoguer = "0.10" dialoguer = "0.10.2"
curl = "0.4.13" curl = "0.4.44"
env_logger = { version = "0.9", default-features = false } env_logger = { version = "0.10.0", default-features = false }
human-panic = "1.0.1" human-panic = "1.0.3"
glob = "0.3" glob = "0.3.1"
log = "0.4.6" log = "0.4.17"
openssl = { version = '0.10.11', optional = true } openssl = { version = '0.10.45', optional = true }
parking_lot = "0.12" parking_lot = "0.12.1"
reqwest = { version = "0.11.12", features = ["blocking"] } reqwest = { version = "0.11.13", features = ["blocking"] }
semver = "1" semver = "1.0.16"
serde = "1.0.74" serde = "1.0.152"
serde_derive = "1.0.74" serde_derive = "1.0.152"
serde_ignored = "0.1" serde_ignored = "0.1.7"
serde_json = "1.0.26" serde_json = "1.0.91"
strsim = "0.10" strsim = "0.10.0"
siphasher = "0.3" siphasher = "0.3.10"
structopt = "0.3" structopt = "0.3.26"
toml = "0.5" toml = "0.5.10"
which = "4.3.0" which = "4.3.0"
binary-install = "0.1.0" binary-install = "0.1.0"
walkdir = "2" walkdir = "2.3.2"
chrono = "0.4.6" chrono = "0.4.23"
[dev-dependencies] [dev-dependencies]
assert_cmd = "2" assert_cmd = "2.0.8"
lazy_static = "1.1.0" lazy_static = "1.4.0"
predicates = "2" predicates = "2.1.5"
serial_test = "0.9" serial_test = "0.10.0"
tempfile = "3" tempfile = "3.3.0"
[features] [features]
# OpenSSL is vendored by default, can use system OpenSSL through feature flag. # OpenSSL is vendored by default, can use system OpenSSL through feature flag.

Loading…
Cancel
Save