Skip to content

Commit

Permalink
build(deps): bump bytes from 1.6.1 to 1.7.1
Browse files Browse the repository at this point in the history
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.1 to 1.7.1.
- [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.6.1...v1.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and duesee committed Aug 5, 2024
1 parent 42f6f8f commit a1bb07e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ext_metadata = ["imap-codec/ext_metadata"]
# </Forward to imap-codec>

[dependencies]
bytes = { version = "1.6.1", optional = true }
bytes = { version = "1.7.1", optional = true }
imap-codec = { version = "2.0.0-alpha.4", features = ["quirk_crlf_relaxed"] }
rustls = { version = "0.23.12", optional = true }
thiserror = "1.0.63"
Expand Down
2 changes: 1 addition & 1 deletion integration-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
bstr = { version = "1.10.0", default-features = false }
bytes = "1.6.1"
bytes = "1.7.1"
imap-codec = { version = "2.0.0-alpha.4" }
imap-next = { path = ".." }
tokio = { version = "1.39.2", features = ["macros", "net", "rt", "time"] }
Expand Down

0 comments on commit a1bb07e

Please sign in to comment.