Skip to content

Commit 336bbfe

Browse files
dependabot[bot]sergeysova
authored andcommitted
chore(deps): bump tokio from 1.13.0 to 1.13.1
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] <support@github.com>
1 parent bdec7bd commit 336bbfe

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-admin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sha2 = "0.9.8"
3131
sodiumoxide = "0.2.7"
3232
thiserror = "1.0.30"
3333
time = "0.3.4"
34-
tokio = "1.13.0"
34+
tokio = "1.13.1"
3535
tracing = "0.1.29"
3636
tracing-actix-web = { version = "0.5.0-beta.1", default-features = false, features = ["emit_event_on_error", "opentelemetry_0_15"] }
3737
tracing-opentelemetry = "0.16.0"

api-internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ actix-web = { version = "4.0.0-beta.10", features = ["rustls"] }
2020
chrono = { version = "0.4.19", default-features = false, features = ["serde", "std", "clock"] }
2121
dotenv = "0.15.0"
2222
futures = "0.3.17"
23-
tokio = "1.13.0"
23+
tokio = "1.13.1"
2424
log = "0.4.14"
2525
serde = { version = "1.0.130", features = ["derive"] }
2626
serde_json = "1.0.68"

api-public/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ awc = { version = "3.0.0-beta.10", features = ["rustls"] }
1919
chrono = { version = "0.4.19", default-features = false, features = ["serde", "std", "clock"] }
2020
dotenv = "0.15.0"
2121
futures = "0.3.17"
22-
tokio = "1.13.0"
22+
tokio = "1.13.1"
2323
log = "0.4.14"
2424
r2d2 = "0.8.9"
2525
serde = { version = "1.0.130", features = ["derive"] }

0 commit comments

Comments
 (0)