Skip to content

Commit

Permalink
chore: update lot of deps (#124)
Browse files Browse the repository at this point in the history
Summary:
- Update nix deps
- Upate Cargo.toml deps
- Update Cargo.lock deps
- Add some cargo utility deps to the dev shell

Test Plan:
ci
cargo nextest
  • Loading branch information
elliottneilclark authored Jun 27, 2024
1 parent d1a890e commit a805e7e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 22 deletions.
27 changes: 10 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ edition = "2021"
rand = "0.8.5"
thiserror = "1.0.61"
serde = { version = "1.0.203", optional = true, features = ["derive"] }
serde_json = { version = "1.0.117", optional = true }
serde_json = { version = "1.0.118", optional = true }
arbitrary = { version = "1.3.2", optional = true, features = ["derive"] }
tracing = { version = "0.1.40", optional = true}
approx = { version = "0.5.1", optional = true}
uuid = {version = "1.8.0", optional = true, features = ["v7"]}
uuid = {version = "1.9.1", optional = true, features = ["v7"]}

[dev-dependencies]
criterion = "0.5.1"
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@
git
cmake
openssl

cargo-audit
cargo-release
cargo-fuzz
cargo-nextest
];

shellHook = ''
Expand Down

0 comments on commit a805e7e

Please sign in to comment.