Skip to content

Commit

Permalink
build(deps): bump bytes from 1.4.0 to 1.5.0 (#537)
Browse files Browse the repository at this point in the history
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 54ce982 commit d4afcd6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/jet-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ http = "0.2"

[dev-dependencies]
lazy_static = "1.4"
bytes = "1.4"
bytes = "1.5"
sspi = "0.10"
ureq = { version = "2.7", features = ["json"] }
url = "2.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/jmux-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
publish = false

[dependencies]
bytes = "1.4"
bytes = "1.5"
smol_str = "0.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/jmux-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ anyhow = "1.0"
tracing = "0.1"

# codec implementation
bytes = "1.4"
bytes = "1.5"
bitvec = "1.0"
2 changes: 1 addition & 1 deletion crates/proxy-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
proxy-types = { path = "../proxy-types" }
tokio = { version = "1.32", features = ["io-util"] }
pin-project-lite = "0.2"
bytes = "1.4"
bytes = "1.5"

[dev-dependencies]
proptest = "1.2"
Expand Down
2 changes: 1 addition & 1 deletion devolutions-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ smol_str = { version = "0.2", features = ["serde"] }
nonempty = "0.8"
tap = "1.0"
lazy_static = "1.4"
bytes = "1.4"
bytes = "1.5"
cfg-if = "1.0"
url = { version = "2.4", features = ["serde"] }
uuid = { version = "1.4", features = ["v4", "serde"] }
Expand Down

0 comments on commit d4afcd6

Please sign in to comment.