Skip to content

Commit 0de614a

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] <[email protected]>
1 parent 43eb0ca commit 0de614a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

apps/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ panic = 'abort'
2020
[dependencies]
2121
axum = "0.7.7"
2222
hyper = "1.5.0"
23-
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
23+
tokio = { version = "1.43.1", features = ["macros", "rt-multi-thread"] }
2424

2525
# GraphQL
2626
async-graphql = { version = "7.0.11", features = ["uuid", "chrono", "log"] }

0 commit comments

Comments
 (0)