Skip to content

Commit

Permalink
upgrade anybytes dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
somethingelseentirely committed Dec 15, 2024
1 parent 7768ab3 commit 1e46cab
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.9.0-alpha", optional = true }
anybytes = { version = "0.11.0", 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 1e46cab

Please sign in to comment.