Skip to content

Commit 3ff443d

Browse files
committed
Cargo bump tokio
1 parent 7ff016b commit 3ff443d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77

88
axum = { version = "0.8", features = ["http1", "json", "tokio", "tower-log", "tracing"], default-features = false }
9-
tokio = { version = "1.47", features = ["macros", "rt-multi-thread"] }
9+
tokio = { version = "1.49", features = ["macros", "rt-multi-thread"] }
1010
imageproc = { version = "0.26" }
1111
resvg = { version = "0.45", features = ["memmap-fonts", "system-fonts", "text"], default-features = false }
1212
axum_typed_multipart = { version = "0.16.5", features = ["tempfile_3"], default-features = false }

0 commit comments

Comments
 (0)