Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>

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 Jan 16, 2023
1 parent 6ee08f9 commit 2d7d869
Show file tree
Hide file tree
Showing 4 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.

2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = { version = "0.6", features = [ "runtime-tokio-native-tls", "postgres", "uuid", "chrono", "json", "offline", "migrate" ] }
sqlxmq = "0.4"
tokio = { version = "1.23", features = ["macros"] }
tokio = { version = "1.24", features = ["macros"] }
uuid = "1.2"
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.23.0"
version = "1.24.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 @@ -33,7 +33,7 @@ md5 = "0.7.0"
levenshtein = "1.0.5"

[dev-dependencies]
tokio = { version = "1.23.0" }
tokio = { version = "1.24.1" }

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

0 comments on commit 2d7d869

Please sign in to comment.