Skip to content

Commit 14a56cd

Browse files
authored
chore(deps): update transitive dependencies and add cargo-edit to dev environment (#16)
- Update 22 transitive dependencies to latest compatible versions: - thiserror: 2.0.12 → 2.0.15 - proc-macro2: 1.0.95 → 1.0.101 - libc: 0.2.174 → 0.2.175 - cfg-if: 1.0.1 → 1.0.3 - bitflags: 2.9.1 → 2.9.2 - hashbrown: 0.15.4 → 0.15.5 - syn: 2.0.104 → 2.0.106 - cc: 1.2.29 → 1.2.33 - And 14 other transitive dependency updates - Add cargo-edit to nix development environment for easier dependency management - All tests passing with rust-argon2 feature - Code properly formatted
1 parent 2b7375c commit 14a56cd

File tree

2 files changed

+55
-47
lines changed

2 files changed

+55
-47
lines changed

Cargo.lock

Lines changed: 54 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
pkg-config
2929
pkgsStatic.stdenv.cc
3030
gh
31+
cargo-edit
3132
];
3233

3334
CARGO_TARGET_X86_64_UNKNOWN_LINUX_MUSL_LINKER = "${pkgs.pkgsStatic.stdenv.cc}/bin/${pkgs.pkgsStatic.stdenv.cc.targetPrefix}cc";

0 commit comments

Comments
 (0)