Skip to content

Commit

Permalink
fix(deps): specify bytes v1.5 explicitly
Browse files Browse the repository at this point in the history
Closes #88.
  • Loading branch information
loyd committed Jan 27, 2024
1 parent 6a60dc2 commit 4645a14
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 @@ -49,7 +49,7 @@ clickhouse-derive = { version = "0.1.1", path = "derive" }

thiserror = "1.0.16"
serde = "1.0.106"
bytes = "1"
bytes = "1.5.0"
tokio = { version = "1.0.1", features = ["rt", "macros"] }
hyper = { version = "0.14", features = ["client", "tcp", "http1", "stream"] }
hyper-tls = { version = "0.5.0", optional = true }
Expand Down

0 comments on commit 4645a14

Please sign in to comment.