]> git.proxmox.com Git - cargo.git/blobdiff - Cargo.toml
d/make_orig_multi: don't use legacy GZIP env var
[cargo.git] / Cargo.toml
index ccbd02c313cca1b45128816e3bdcff9e68be0b00..ba5b956dd9de6e1c9b7664c0be369cc75f9c00c5 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.55.0"
+version = "0.57.0"
 edition = "2018"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
@@ -21,13 +21,13 @@ path = "src/cargo/lib.rs"
 [dependencies]
 atty = "0.2"
 bytesize = "1.0"
-cargo-platform = { path = "crates/cargo-platform", version = "0.1.1" }
-cargo-util = { path = "crates/cargo-util", version = "0.1.0" }
+cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
+cargo-util = { path = "crates/cargo-util", version = "0.1.1" }
 crates-io = { path = "crates/crates-io", version = "0.33.0" }
 crossbeam-utils = "0.8"
-curl = { version = "0.4.23", features = ["http2"] }
-curl-sys = "0.4.22"
-env_logger = "0.8.1"
+curl = { version = "0.4.38", features = ["http2"] }
+curl-sys = "0.4.48"
+env_logger = "0.9.0"
 pretty_env_logger = { version = "0.4", optional = true }
 anyhow = "1.0"
 filetime = "0.2.9"
@@ -40,16 +40,16 @@ home = "0.5"
 humantime = "2.0.0"
 ignore = "0.4.7"
 lazy_static = "1.2.0"
-jobserver = "0.1.21"
+jobserver = "0.1.24"
 lazycell = "1.2.0"
 libc = "0.2"
 log = "0.4.6"
 libgit2-sys = "0.12.18"
 memchr = "2.1.3"
 num_cpus = "1.0"
-opener = "0.4"
+opener = "0.5"
 percent-encoding = "2.0"
-rustfix = "0.5.0"
+rustfix = "0.6.0"
 semver = { version = "1.0.3", features = ["serde"] }
 serde = { version = "1.0.123", features = ["derive"] }
 serde_ignored = "0.1.0"
@@ -73,7 +73,6 @@ itertools = "0.10.0"
 # See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
 # for more information.
 rustc-workspace-hack = "1.0.0"
-rand = "0.8.3"
 
 [target.'cfg(windows)'.dependencies]
 fwdansi = "1.1.0"