Skip to content

Commit 49f35c6

Browse files
chore(deps): bump tokio from 1.52.1 to 1.52.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.1 to 1.52.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.1...tokio-1.52.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3fb2891 commit 49f35c6

2 files changed

Lines changed: 4 additions & 4 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.

server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ anyhow = "1.0.102"
5656

5757
# We use it explicitly for the time::timeout feature
5858
[dependencies.tokio]
59-
version = "1.52.1"
59+
version = "1.52.2"
6060
features = ["rt-multi-thread", "macros", "time"]
6161

6262
[dependencies.log]
@@ -68,6 +68,6 @@ tempfile = "3.27.0"
6868
# We need the client for integration tests
6969
throttle-client = { path = "../rust_client" }
7070
# Executer to call drive future executions in tests
71-
tokio = { version = "1.52.1", features = ["full"] }
71+
tokio = { version = "1.52.2", features = ["full"] }
7272

7373
[features]

0 commit comments

Comments
 (0)