We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f7b53 commit db46b79Copy full SHA for db46b79
Cargo.toml
@@ -16,7 +16,7 @@ repository = "https://github.com/GitGuardian/esdump-rs/"
16
elasticsearch = "8.5.0-alpha.1"
17
serde = { version = "~1", features = ["derive"] }
18
serde_json = { version = "~1", features = ["raw_value"] }
19
-tokio = { version = "*", features = ["full"] }
+tokio = { version = "1.38.0", features = ["full"] }
20
url = "2.5.0"
21
dotenv = "0.15.0"
22
clap = { version = "4.5.3", features = ["derive"] }
0 commit comments