summaryrefslogtreecommitdiffstats
path: root/crates/common
diff options
context:
space:
mode:
Diffstat (limited to 'crates/common')
-rw-r--r--crates/common/download/Cargo.toml2
-rw-r--r--crates/common/flockfile/Cargo.toml2
2 files changed, 2 insertions, 2 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"
diff --git a/crates/common/flockfile/Cargo.toml b/crates/common/flockfile/Cargo.toml
index 90b000fe..e57dad24 100644
--- a/crates/common/flockfile/Cargo.toml
+++ b/crates/common/flockfile/Cargo.toml
@@ -9,7 +9,7 @@ rust-version = "1.58.1"
thiserror = "1.0"
[target.'cfg(unix)'.dependencies]
-nix = "0.23"
+nix = "0.24"
tracing = { version = "0.1", features = ["log"] }
[dev-dependencies]