Skip to content

Commit 9c07530

Browse files
committed
chore: bump tokio to 1.147.1, slab to 0.4.11
1 parent 312c247 commit 9c07530

2 files changed

Lines changed: 50 additions & 50 deletions

File tree

backend/Cargo.lock

Lines changed: 49 additions & 49 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.47.0", features = [ "macros", "rt-multi-thread" ] }
20+
tokio = { version = "1.47.1", features = [ "macros", "rt-multi-thread" ] }
2121
tower-http = { version = "0.6", features = [ "cors" ] }
2222
tracing = { version = "0.1" }
2323
tracing-subscriber = { version = "0.3.18", features = [ "env-filter" ] }

0 commit comments

Comments
 (0)