Skip to content

Commit

Permalink
Merge pull request #31 from konstin/dependabot/cargo/rkyv-0.8.9
Browse files Browse the repository at this point in the history
Bump rkyv from 0.8.8 to 0.8.9
  • Loading branch information
konstin authored Dec 4, 2024
2 parents cf2122f + 77d9a85 commit 6afdd61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 6 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["rlib", "cdylib"]

[dependencies]
serde = { version = "1.0.210", features = ["derive"] }
rkyv = { version = "0.8.8", optional = true }
rkyv = { version = "0.8.9", optional = true }
tracing = { version = "0.1.40", optional = true }
unicode-width = { version = "0.2.0" }
unscanny = { version = "0.1.0" }
Expand Down

0 comments on commit 6afdd61

Please sign in to comment.