Skip to content

Commit

Permalink
chore: Bump tokio from 1.28.2 to 1.29.1 (reacherhq#1370)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.28.2...tokio-1.29.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and juhniorsantos committed Apr 11, 2024
1 parent 7a5f6e5 commit a03eec5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ sqlx = { version = "0.6", features = [
"migrate",
] }
sqlxmq = "0.4"
tokio = { version = "1.28", features = ["macros"] }
tokio = { version = "1.29", features = ["macros"] }
uuid = "1.5"
warp = "0.3"
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = "1.0"
serde_json = "1.0"

[dependencies.tokio]
version = "1.28.2"
version = "1.29.1"
features = ["macros", "net", "io-util", "rt-multi-thread"]

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serde_json = "1.0.107"
trust-dns-proto = "0.21.2"

[dev-dependencies]
tokio = { version = "1.28.2" }
tokio = { version = "1.29.1" }

[features]
headless = ["fantoccini", "futures"]

0 comments on commit a03eec5

Please sign in to comment.