Skip to content

Commit

Permalink
Update bytes to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerkindt committed Aug 31, 2021
1 parent 926c310 commit 6765543
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 @@ -41,7 +41,7 @@ postgres = { version = "0.17.5", optional = true }
tokio = { version = "1.8.1", optional = true, features = ["macros"] }
tokio-postgres = { version = "0.7.2", optional = true }
futures = { version = "0.3.4", optional = true }
bytes = { version = "0.5.4", optional = true }
bytes = { version = "1.0", optional = true }

# feature asn1rs-*
asn1rs-model = { version = "0.2.2", path = "asn1rs-model", optional = true }
Expand Down

0 comments on commit 6765543

Please sign in to comment.