Skip to content

Commit 68d3f4b

Browse files
chore(deps): bump tokio from 1.41.1 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 04a9d85 commit 68d3f4b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

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

crates/svgbob_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ edition = "2021"
1313
[dependencies]
1414
svgbob = { path = "../svgbob", version = "0.7" }
1515
axum = "0.6.19"
16-
tokio = { version = "1.0", features = ["full"] }
16+
tokio = { version = "1.43", features = ["full"] }

0 commit comments

Comments
 (0)