Skip to content

Commit

Permalink
fix(deps): update rust crate zerocopy to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent fe908f8 commit ebb9266
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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 @@ -50,7 +50,7 @@ tracing-error = "0.2.0"
socket2 = "0.5.7"
libc = "0.2.159"
netdev = "0.31.0"
zerocopy = { version = "0.7.35", features = ["derive"] }
zerocopy = { version = "0.8.0", features = ["derive"] }

# We compile the Docker container with musl to get a static library. Smaller, faster.
# BUT that means that we need to include openssl
Expand Down

0 comments on commit ebb9266

Please sign in to comment.