aboutsummaryrefslogtreecommitdiff
path: root/import/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r--import/Cargo.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml
index ad5a39d..bcecd7b 100644
--- a/import/Cargo.toml
+++ b/import/Cargo.toml
@@ -14,18 +14,17 @@ rayon = "1.11.0"
crossbeam-channel = "0.5.15"
log = { workspace = true }
-anyhow = "1.0.100"
+anyhow = { workspace = true }
reqwest = { workspace = true }
urlencoding = "2.1.3"
serde = { version = "1.0.228", features = ["derive"] }
-serde_json = "1.0.145"
-serde_yaml = "0.9.34"
+serde_json = "1.0.149"
async-recursion = "1.1.1"
-futures = "0.3.31"
+futures = "0.3.32"
tokio = { workspace = true }
-regex = "1.12.2"
+regex = "1.12.3"
base64 = "0.22.1"
-chrono = "0.4.42"
+chrono = "0.4.43"