Skip to content

Commit f091a9e

Browse files
dependabot[bot]duesee
authored andcommitted
build(deps): bump the dependencies group across 1 directory with 3 updates
Bumps the dependencies group with 3 updates in the / directory: [bytes](https://github.com/tokio-rs/bytes), [thiserror](https://github.com/dtolnay/thiserror) and [tokio](https://github.com/tokio-rs/tokio). Updates `bytes` from 1.7.2 to 1.8.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.7.2...v1.8.0) Updates `thiserror` from 1.0.64 to 2.0.3 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.64...2.0.3) Updates `tokio` from 1.40.0 to 1.41.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccaad11 commit f091a9e

File tree

3 files changed

+39
-19
lines changed

3 files changed

+39
-19
lines changed

Cargo.lock

+33-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ ext_metadata = ["imap-codec/ext_metadata"]
3030
# </Forward to imap-codec>
3131

3232
[dependencies]
33-
bytes = { version = "1.7.2", optional = true }
33+
bytes = { version = "1.8.0", optional = true }
3434
imap-codec = { version = "2.0.0-alpha.5", features = ["quirk_crlf_relaxed"] }
35-
thiserror = "1.0.64"
36-
tokio = { version = "1.40.0", optional = true, features = ["io-util", "macros", "net"] }
35+
thiserror = "2.0.3"
36+
tokio = { version = "1.41.1", optional = true, features = ["io-util", "macros", "net"] }
3737
tokio-rustls = { version = "0.26.0", optional = true, default-features = false }
3838
tracing = "0.1.40"
3939

@@ -42,7 +42,7 @@ tracing = "0.1.40"
4242
imap-next = { path = ".", features = ["tag_generator"] }
4343

4444
rand = "0.8.5"
45-
tokio = { version = "1.40.0", features = ["full"] }
45+
tokio = { version = "1.41.1", features = ["full"] }
4646

4747
[workspace]
4848
resolver = "2"

integration-test/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ publish = false
77

88
[dependencies]
99
bstr = { version = "1.10.0", default-features = false }
10-
bytes = "1.7.2"
10+
bytes = "1.8.0"
1111
imap-codec = { version = "2.0.0-alpha.4" }
1212
imap-next = { path = ".." }
13-
tokio = { version = "1.40.0", features = ["macros", "net", "rt", "time"] }
13+
tokio = { version = "1.41.1", features = ["macros", "net", "rt", "time"] }
1414
tracing = "0.1.40"
1515
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
1616

0 commit comments

Comments
 (0)