Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sergeysova committed Jun 28, 2022
1 parent bdec7bd commit 336bbfe
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 api-admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sha2 = "0.9.8"
sodiumoxide = "0.2.7"
thiserror = "1.0.30"
time = "0.3.4"
tokio = "1.13.0"
tokio = "1.13.1"
tracing = "0.1.29"
tracing-actix-web = { version = "0.5.0-beta.1", default-features = false, features = ["emit_event_on_error", "opentelemetry_0_15"] }
tracing-opentelemetry = "0.16.0"
Expand Down
2 changes: 1 addition & 1 deletion api-internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ actix-web = { version = "4.0.0-beta.10", features = ["rustls"] }
chrono = { version = "0.4.19", default-features = false, features = ["serde", "std", "clock"] }
dotenv = "0.15.0"
futures = "0.3.17"
tokio = "1.13.0"
tokio = "1.13.1"
log = "0.4.14"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
Expand Down
2 changes: 1 addition & 1 deletion api-public/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ awc = { version = "3.0.0-beta.10", features = ["rustls"] }
chrono = { version = "0.4.19", default-features = false, features = ["serde", "std", "clock"] }
dotenv = "0.15.0"
futures = "0.3.17"
tokio = "1.13.0"
tokio = "1.13.1"
log = "0.4.14"
r2d2 = "0.8.9"
serde = { version = "1.0.130", features = ["derive"] }
Expand Down

0 comments on commit 336bbfe

Please sign in to comment.