diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-01 19:55:01 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-01 19:55:01 +0100 |
commit | 0a2a457612ae81f63f3609a289b621d357f8a521 (patch) | |
tree | 82ed8d0d42e5971a9a057834e2d2be20fbf58c80 /pkgs/by-name/lf/lf-make-map/Cargo.toml | |
parent | build(modules/lf/secrets/update_secrets.sh): Migrate to `nix-shell` shebang (diff) | |
download | nixos-config-0a2a457612ae81f63f3609a289b621d357f8a521.tar.gz nixos-config-0a2a457612ae81f63f3609a289b621d357f8a521.zip |
build(treewide): Update
Diffstat (limited to 'pkgs/by-name/lf/lf-make-map/Cargo.toml')
-rw-r--r-- | pkgs/by-name/lf/lf-make-map/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/lf/lf-make-map/Cargo.toml b/pkgs/by-name/lf/lf-make-map/Cargo.toml index 8be0f1d0..99886863 100644 --- a/pkgs/by-name/lf/lf-make-map/Cargo.toml +++ b/pkgs/by-name/lf/lf-make-map/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.89" +anyhow = "1.0.92" clap = { version = "4.5.20", features = ["derive", "env"] } log = "0.4.22" stderrlog = "0.6.0" |