diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-30 22:37:50 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-30 22:37:50 +0100 |
commit | 459fa12e18a871bbe96778dfd32f792f3c72dae7 (patch) | |
tree | 8dd2322e99c7ac0a5463e04044fca942008d111a /pkgs/by-name/lf/lf-make-map/Cargo.toml | |
parent | fix(pkgs/{atuin,ctpv}): Extend instead of replace (diff) | |
download | nixos-config-459fa12e18a871bbe96778dfd32f792f3c72dae7.zip |
build(treewide): Update
This notable excludes a `nixpkgs-unstable` update, because a rather big LLVM package needs to be build from source, which is not feasible.
Diffstat (limited to '')
-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 5273d47c..a73aa318 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.94" +anyhow = "1.0.95" clap = { version = "4.5.23", features = ["derive", "env"] } log = "0.4.22" stderrlog = "0.6.0" |