Skip to content

Commit

Permalink
build(deps): bump tokio from 1.39.2 to 1.39.3 in the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: [tokio](https://github.com/tokio-rs/tokio).


Updates `tokio` from 1.39.2 to 1.39.3
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.39.3)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and duesee committed Aug 19, 2024
1 parent a1bb07e commit 45ef657
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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"
tokio = { version = "1.39.2", optional = true, features = ["io-util", "macros", "net"] }
tokio = { version = "1.39.3", optional = true, features = ["io-util", "macros", "net"] }
tokio-rustls = { version = "0.26.0", optional = true }
tracing = "0.1.40"

Expand All @@ -43,7 +43,7 @@ tracing = "0.1.40"
imap-next = { path = ".", features = ["tag_generator"] }

rand = "0.8.5"
tokio = { version = "1.39.2", features = ["full"] }
tokio = { version = "1.39.3", features = ["full"] }

[workspace]
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion integration-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bstr = { version = "1.10.0", default-features = false }
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"] }
tokio = { version = "1.39.3", features = ["macros", "net", "rt", "time"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

Expand Down

0 comments on commit 45ef657

Please sign in to comment.