Skip to content

Commit

Permalink
upgrade anybytes dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
somethingelseentirely committed Sep 27, 2024
1 parent 87835c7 commit 1d2d11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = [
]

[dependencies]
anybytes = { version = "0.6.0", optional = true }
anybytes = { version = "0.9.0-alpha", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
zerocopy = { version = "0.7.35", optional = true, features = ["derive"] }

Expand Down

0 comments on commit 1d2d11c

Please sign in to comment.