diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-04 21:17:08 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-04 21:17:08 +0200 |
commit | acb2fbbd36474c5752d823890938c201760ca7b4 (patch) | |
tree | 0e3a66f0fc7648598bfcdaaa07c9c81dce8e4607 /sys/nixpkgs/pkgs/yt/Cargo.toml | |
parent | chore(COPYING): Finally add (diff) | |
download | nixos-config-acb2fbbd36474c5752d823890938c201760ca7b4.tar.gz nixos-config-acb2fbbd36474c5752d823890938c201760ca7b4.zip |
build(treewide): Update
Diffstat (limited to 'sys/nixpkgs/pkgs/yt/Cargo.toml')
-rw-r--r-- | sys/nixpkgs/pkgs/yt/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/nixpkgs/pkgs/yt/Cargo.toml b/sys/nixpkgs/pkgs/yt/Cargo.toml index 9548ed69..9687bf7b 100644 --- a/sys/nixpkgs/pkgs/yt/Cargo.toml +++ b/sys/nixpkgs/pkgs/yt/Cargo.toml @@ -6,12 +6,12 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.81" -clap = { version = "4.5.3", features = ["derive"] } +anyhow = "1.0.82" +clap = { version = "4.5.4", features = ["derive"] } cli-log = "2.0.0" log = "0.4.21" -serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.114" +serde = { version = "1.0.200", features = ["derive"] } +serde_json = "1.0.116" tempfile = "3.10.1" url = "2.5.0" |