Skip to content

Commit db46b79

Browse files
committed
Pin tokio version
1 parent 43f7b53 commit db46b79

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
@@ -16,7 +16,7 @@ repository = "https://github.com/GitGuardian/esdump-rs/"
1616
elasticsearch = "8.5.0-alpha.1"
1717
serde = { version = "~1", features = ["derive"] }
1818
serde_json = { version = "~1", features = ["raw_value"] }
19-
tokio = { version = "*", features = ["full"] }
19+
tokio = { version = "1.38.0", features = ["full"] }
2020
url = "2.5.0"
2121
dotenv = "0.15.0"
2222
clap = { version = "4.5.3", features = ["derive"] }

0 commit comments

Comments
 (0)