Skip to content

Commit fccf191

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

2 files changed

Lines changed: 29 additions & 6 deletions

File tree

backend/Cargo.lock

Lines changed: 28 additions & 5 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
@@ -17,7 +17,7 @@
1717
"alloc",
1818
"raw_value",
1919
] }
20-
tokio = { version = "1.44.2", features = [ "macros", "rt-multi-thread" ] }
20+
tokio = { version = "1.47.0", features = [ "macros", "rt-multi-thread" ] }
2121
tower-http = { version = "0.5", features = [ "cors" ] }
2222
tracing = { version = "0.1" }
2323
tracing-subscriber = { version = "0.3.18", features = [ "env-filter" ] }

0 commit comments

Comments
 (0)