summaryrefslogtreecommitdiffstats
path: root/crates/common/download/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-25 07:50:12 +0000
committerGitHub <noreply@github.com>2022-07-25 07:50:12 +0000
commit813d3b7d64f10b75c604248e635bcba769529ef9 (patch)
treed227341b42844c5f2afc516a72eea6aef298f945 /crates/common/download/Cargo.toml
parentd36d1ef240e9657cd1654b8ffa131693241735c1 (diff)
Bump nix from 0.23.1 to 0.24.2
Bumps [nix](https://github.com/nix-rust/nix) from 0.23.1 to 0.24.2. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.23.1...v0.24.2) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'crates/common/download/Cargo.toml')
-rw-r--r--crates/common/download/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/common/download/Cargo.toml b/crates/common/download/Cargo.toml
index 5f92636b..569e9e67 100644
--- a/crates/common/download/Cargo.toml
+++ b/crates/common/download/Cargo.toml
@@ -10,7 +10,7 @@ description = "download_manager"
[dependencies]
backoff = { version = "0.4", features = ["tokio"] }
log = "0.4"
-nix = "0.23"
+nix = "0.24"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"