Skip to content

Commit

Permalink
build(deps): bump tokio from 1.36.0 to 1.37.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.37.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 32cd4ab commit ea97d85
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ prost = "0.12.4"
prost-types = "0.12.3"
serde_json = "1.0.115"
serde = { version = "1.0.197", features = ["derive"] }
tokio = {version="1.36.0", features = ["full"]}
tokio = {version="1.37.0", features = ["full"]}
base64 = "0.21.0"
futures = "0.3.28"
axum = { version = "0.7.5", features = ["ws"] }
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "migration"
path = "src/lib.rs"

[dependencies]
tokio = { version = "1.36.0", features = ["full"]}
tokio = { version = "1.37.0", features = ["full"]}
# async-std = { version = "1", features = ["attributes", "tokio1"] }

[dependencies.sea-orm-migration]
Expand Down
2 changes: 1 addition & 1 deletion services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ropey = "1.6.0"
serde = "1.0.197"
serde_json = "1.0.115"
similar = "2.2.1"
tokio = "1.36.0"
tokio = "1.37.0"
tracing = "0.1.40"
tracing-futures = "0.2.5"

Expand Down

0 comments on commit ea97d85

Please sign in to comment.