Skip to content

Commit addf6c0

Browse files
chore(deps): bump tokio from 1.49.0 to 1.52.1 in /backend (#221)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.49.0 to 1.52.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.52.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ef8a80 commit addf6c0

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

backend/Cargo.lock

Lines changed: 13 additions & 13 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.49.0", features = [ "macros", "rt-multi-thread" ] }
19+
tokio = { version = "1.52.1", features = [ "macros", "rt-multi-thread" ] }
2020
toml = { version = "1.1.0" }
2121
tower-http = { version = "0.6", features = [ "cors" ] }
2222
tracing = { version = "0.1" }

0 commit comments

Comments
 (0)