Skip to content

Commit

Permalink
update deps (#526)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Pringle <richard.pringle@avalabs.org>
  • Loading branch information
Dan Laine and richardpringle authored Feb 12, 2024
1 parent 51dcd43 commit 9bbe19b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firewood/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ readme = "../README.md"
[dependencies]
aquamarine = "0.5.0"
async-trait = "0.1.77"
bytemuck = { version = "1.14.2", features = ["derive"] }
bytemuck = { version = "1.14.3", features = ["derive"] }
enum-as-inner = "0.6.0"
growth-ring = { version = "0.0.4", path = "../growth-ring" }
libaio = {version = "0.0.4", path = "../libaio" }
Expand Down
2 changes: 1 addition & 1 deletion growth-ring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async-trait = "0.1.77"
futures = "0.3.30"
nix = {version = "0.27.1", features = ["fs", "uio"]}
libc = "0.2.153"
bytemuck = {version = "1.14.2", features = ["derive"]}
bytemuck = {version = "1.14.3", features = ["derive"]}
thiserror = "1.0.56"
tokio = { version = "1.36.0", features = ["fs", "io-util", "sync"] }
crc32fast = "1.3.2"
Expand Down

0 comments on commit 9bbe19b

Please sign in to comment.