about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/yt/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/nixpkgs/pkgs/yt/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/nixpkgs/pkgs/yt/Cargo.toml b/sys/nixpkgs/pkgs/yt/Cargo.toml
index 8d5c6058..f0066a58 100644
--- a/sys/nixpkgs/pkgs/yt/Cargo.toml
+++ b/sys/nixpkgs/pkgs/yt/Cargo.toml
@@ -7,12 +7,12 @@ edition = "2021"
 
 [dependencies]
 anyhow = "1.0.80"
-clap = { version = "4.5.1", features = ["derive"] }
+clap = { version = "4.5.2", features = ["derive"] }
 cli-log = "2.0.0"
-log = "0.4.20"
+log = "0.4.21"
 serde = { version = "1.0.197", features = ["derive"] }
 serde_json = "1.0.114"
-tempfile = "3.10.0"
+tempfile = "3.10.1"
 url = "2.5.0"
 
 # This is here to be able to tell nix which binary to build