Skip to content

Commit 8757d7b

Browse files
committed
chore: fix tokio dev dep
1 parent 1190053 commit 8757d7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ chrono = "0.4.40"
3737

3838
# Oauth
3939
oauth2 = { version = "4.4.2", optional = true }
40-
tokio = { version = "1.43.0", features = ["macros"], optional = true}
40+
tokio = { version = "1.43.0", features = ["macros"], optional = true }
4141

4242
# Other
4343
thiserror = "2.0.11"
@@ -50,6 +50,8 @@ ajj = "0.3.1"
5050
axum = "0.8.1"
5151
serial_test = "3.2.0"
5252
signal-hook = "0.3.17"
53+
tokio = { version = "1.43.0", features = ["macros"]}
54+
5355

5456
[features]
5557
default = ["alloy", "perms", "oauth"]

0 commit comments

Comments
 (0)