Skip to content

Commit

Permalink
bump bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
hlbarber committed Jul 21, 2024
1 parent 260b00d commit 042ebdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ travis-ci = { repository = "hlbarber/tracing-gelf" }
rustls-tls = ["tokio-rustls", "rustls-pki-types"]

[dependencies]
bytes = "1.5.0"
bytes = "1.6.1"
futures-util = { version = "0.3.30", features = ["sink"] }
hostname = "0.4.0"
rustls-pki-types = { version = "1.1.0", optional = true }
serde_json = "1.0.108"
serde_json = "1.0.120"
thiserror = "1.0.52"
tokio = { version = "1.35.1", features = ["io-util", "net", "time", "sync"] }
tokio-rustls = { version = "0.25.0", optional = true }
Expand Down

0 comments on commit 042ebdb

Please sign in to comment.