Skip to content

Commit 9ef6bdc

Browse files
Bump tokio from 1.47.1 to 1.48.0 in /backend
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent edfbb15 commit 9ef6bdc

2 files changed

Lines changed: 6 additions & 80 deletions

File tree

backend/Cargo.lock

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

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"alloc",
1717
"raw_value",
1818
] }
19-
tokio = { version = "1.47.1", features = [ "macros", "rt-multi-thread" ] }
19+
tokio = { version = "1.48.0", features = [ "macros", "rt-multi-thread" ] }
2020
toml = { version = "0.9.8" }
2121
tower-http = { version = "0.6", features = [ "cors" ] }
2222
tracing = { version = "0.1" }

0 commit comments

Comments
 (0)