Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tokio
  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 Oct 7, 2024
1 parent 6a37d7c commit 08ee6c5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 22 deletions.
28 changes: 9 additions & 19 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 @@ -23,7 +23,7 @@ sqlx = { version = "0.7", features = [
"migrate",
] }
sqlxmq = "0.5"
tokio = { version = "1.35", features = ["macros"] }
tokio = { version = "1.40", features = ["macros"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
uuid = "1.10"
Expand Down
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.35.1"
version = "1.40.0"
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 @@ -37,7 +37,7 @@ serde_json = "1.0.124"
tracing = "0.1.40"

[dev-dependencies]
tokio = { version = "1.35.1" }
tokio = { version = "1.40.0" }

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

0 comments on commit 08ee6c5

Please sign in to comment.