Skip to content

Commit

Permalink
fix(deps): update rust crate rkyv to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 20, 2024
1 parent 5c58088 commit 35380b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ byteorder = "1.5.0"
quick-xml = { version = "0.36.0", features = ["serialize"] }
rayon = "1.10.0"
regex = "1.10.4"
rkyv = { version = "0.7.44", features = [
rkyv = { version = "0.8.0", features = [
"size_32",
"strict",
"alloc",
Expand Down

0 comments on commit 35380b0

Please sign in to comment.