diff options
author | Soispha <soispha@vhack.eu> | 2024-02-24 15:04:29 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-24 15:04:56 +0100 |
commit | 28ce8598f4a2a312ec936115a2a9e80ae5a65cb2 (patch) | |
tree | c11bababc2c133d3437bfbbe2589c9191ef54e98 /sys/nixpkgs/pkgs/yt/Cargo.toml | |
parent | style(sys/nixpkgs/pkgs/scripts/git-edit-index): Correct help text (diff) | |
download | nixos-config-28ce8598f4a2a312ec936115a2a9e80ae5a65cb2.tar.gz nixos-config-28ce8598f4a2a312ec936115a2a9e80ae5a65cb2.zip |
build(treewide): Update
Diffstat (limited to '')
-rw-r--r-- | sys/nixpkgs/pkgs/yt/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/nixpkgs/pkgs/yt/Cargo.toml b/sys/nixpkgs/pkgs/yt/Cargo.toml index 4259db93..8d5c6058 100644 --- a/sys/nixpkgs/pkgs/yt/Cargo.toml +++ b/sys/nixpkgs/pkgs/yt/Cargo.toml @@ -6,13 +6,13 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.79" -clap = { version = "4.4.18", features = ["derive"] } +anyhow = "1.0.80" +clap = { version = "4.5.1", features = ["derive"] } cli-log = "2.0.0" log = "0.4.20" -serde = { version = "1.0.196", features = ["derive"] } -serde_json = "1.0.113" -tempfile = "3.9.0" +serde = { version = "1.0.197", features = ["derive"] } +serde_json = "1.0.114" +tempfile = "3.10.0" url = "2.5.0" # This is here to be able to tell nix which binary to build |