Page MenuHomeDevCentral

D3113.id7943.diff
No OneTemporary

D3113.id7943.diff

diff --git a/fantoir-datasource/Cargo.toml b/fantoir-datasource/Cargo.toml
--- a/fantoir-datasource/Cargo.toml
+++ b/fantoir-datasource/Cargo.toml
@@ -13,7 +13,7 @@
lazy_static = "~1.4.0"
opendatasoft-explore-api = { version = "0.1.0", path = "../opendatasoft-explore-api" }
oxrdf = "~0.1.1"
-regex = "~1.7.1"
+regex = "~1.8.1"
sparesults = "~0.1.3"
[dependencies.async-scoped]
@@ -21,11 +21,11 @@
features = ["use-tokio"]
[dependencies.clap]
-version = "~4.0.32"
+version = "~4.3.0"
features = ["derive"]
[dependencies.reqwest]
-version = "~0.11.13"
+version = "~0.11.18"
features = ["gzip", "deflate"]
[dependencies.sqlx]
@@ -33,5 +33,5 @@
features = ["runtime-tokio-native-tls", "postgres", "chrono"]
[dependencies.tokio]
-version = "~1.23.0"
+version = "~1.28.1"
features = ["full"]
diff --git a/opendatasoft-explore-api/Cargo.toml b/opendatasoft-explore-api/Cargo.toml
--- a/opendatasoft-explore-api/Cargo.toml
+++ b/opendatasoft-explore-api/Cargo.toml
@@ -16,14 +16,18 @@
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-bytes = "~1.3.0" # Keep in sync with reqwest
+bytes = "~1.4.0" # Keep in sync with reqwest
chrono = { version = "~0.4", features = ["serde"] }
-reqwest = {version = "~0.11.13" }
+reqwest = {version = "~0.11.18" }
serde = "~1.0.152"
serde_derive = "~1.0.152"
serde_json = "~1.0.91"
[dev-dependencies]
-mockito = "~0.31.1"
+# Mockito upgrade to 1.x is blocked by T1876
+mockito = "~0.32.5"
lazy_static = "~1.4.0"
-tokio = { version = "~1.23.0", features = ["macros", "rt"] }
+
+[dependencies.tokio]
+version = "~1.28.1"
+features = ["macros", "rt"]

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 27, 13:30 (22 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2216801
Default Alt Text
D3113.id7943.diff (1 KB)

Event Timeline