Skip to content

Commit 5072e37

Browse files
Bump tokio from 1.44.1 to 1.44.2 in /scylla-server (#362)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2128389 commit 5072e37

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scylla-server/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.

scylla-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dotenvy = "0.15"
1010
serde = "1.0.219"
1111
protobuf-codegen = "3.7.1"
1212
protobuf = { version = "3.7.1", features = ["with-bytes"] }
13-
tokio = { version = "1.44.1", features = ["full", "tracing"] }
13+
tokio = { version = "1.44.2", features = ["full", "tracing"] }
1414
axum = { version = "0.8.3", features = ["multipart", "macros"] }
1515
tower = { version = "0.5.2", features = ["timeout"] }
1616
tower-http = { version = "0.6.2", features = ["cors", "trace"] }

0 commit comments

Comments
 (0)