Skip to content

Commit 4dba93e

Browse files
committed
Upgrade tokio to 1.43
1 parent b54a229 commit 4dba93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ log-fastly = "0.10.0"
2525
serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0.91"
2727
sha2 = "0.10.6"
28-
tokio = { version = "1.0", features = ["sync", "macros", "io-util", "rt", "time"] }
28+
tokio = { version = "1.43", features = ["sync", "macros", "io-util", "rt", "time"] }
2929
url = "2.4.1"

0 commit comments

Comments
 (0)