Page MenuHomeDevCentral

D3423.diff
No OneTemporary

D3423.diff

diff --git a/Cargo.toml b/Cargo.toml
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,5 @@
"rfc-datasource",
"opendatasoft-explore-api",
]
+
+resolver = "2"
diff --git a/fantoir-datasource/Cargo.toml b/fantoir-datasource/Cargo.toml
--- a/fantoir-datasource/Cargo.toml
+++ b/fantoir-datasource/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fantoir-datasource"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
description = "Generates a Postgres table from FANTOIR raw file"
authors = [
@@ -9,19 +9,19 @@
license = "BSD-2-Clause"
[dependencies]
-chrono = "~0.4.23"
-lazy_static = "~1.4.0"
-opendatasoft-explore-api = { version = "0.1.0", path = "../opendatasoft-explore-api" }
-oxrdf = "~0.1.1"
-regex = "~1.8.1"
-sparesults = "~0.1.3"
+chrono = "~0.4.38"
+lazy_static = "~1.5.0"
+opendatasoft-explore-api = { version = "0.1.1", path = "../opendatasoft-explore-api" }
+oxrdf = "~0.1.7"
+regex = "~1.10.6"
+sparesults = "~0.1.8"
[dependencies.async-scoped]
-version = "~0.7.1"
+version = "~0.9.0"
features = ["use-tokio"]
[dependencies.clap]
-version = "~4.3.0"
+version = "~4.5.16"
features = ["derive"]
[dependencies.reqwest]
@@ -29,9 +29,9 @@
features = ["gzip", "deflate"]
[dependencies.sqlx]
-version = "~0.6.2"
+version = "~0.8.1"
features = ["runtime-tokio-native-tls", "postgres", "chrono"]
[dependencies.tokio]
-version = "~1.28.1"
+version = "~1.39.3"
features = ["full"]
diff --git a/language-subtag-registry-datasource/Cargo.toml b/language-subtag-registry-datasource/Cargo.toml
--- a/language-subtag-registry-datasource/Cargo.toml
+++ b/language-subtag-registry-datasource/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "language-subtag-registry-datasource"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
description = "Downloads and transforms IANA language subtag registry"
authors = [
@@ -9,17 +9,17 @@
license = "BSD-2-Clause"
[dependencies]
-lazy_static = "1.4.0"
-regex = "1.8.1"
+lazy_static = "1.5.0"
+regex = "1.10.6"
[dependencies.clap]
-version = "4.3.0"
+version = "4.5.16"
features = ["derive"]
[dependencies.reqwest]
-version = "~0.11.18"
+version = "~0.12.7"
features = ["gzip", "deflate"]
[dependencies.tokio]
-version = "1.28.1"
+version = "1.39.3"
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
@@ -1,6 +1,6 @@
[package]
name = "opendatasoft-explore-api"
-version = "0.1.0"
+version = "0.1.1"
description = "HTTP client for Opendatasoft Explore API v2"
authors = [
"Sébastien Santoro <dereckson@espace-win.org>"
@@ -16,17 +16,17 @@
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-bytes = "~1.4.0" # Keep in sync with reqwest
+bytes = "~1.7.1" # Keep in sync with reqwest
chrono = { version = "~0.4", features = ["serde"] }
-reqwest = {version = "~0.11.18" }
-serde = "~1.0.152"
-serde_derive = "~1.0.152"
-serde_json = "~1.0.91"
+reqwest = {version = "~0.12.7" }
+serde = "~1.0.209"
+serde_derive = "~1.0.209"
+serde_json = "~1.0.127"
[dev-dependencies]
-mockito = "~1.1.0"
-lazy_static = "~1.4.0"
+mockito = "~1.5.0"
+lazy_static = "~1.5.0"
[dependencies.tokio]
-version = "~1.28.1"
+version = "~1.39.3"
features = ["macros", "rt"]
diff --git a/rfc-datasource/Cargo.toml b/rfc-datasource/Cargo.toml
--- a/rfc-datasource/Cargo.toml
+++ b/rfc-datasource/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rfc-datasource"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
description = "Downloads and transforms RFC index"
authors = [
@@ -9,16 +9,16 @@
license = "BSD-2-Clause"
[dependencies]
-lazy_static = "1.4.0"
-regex = "1.8.1"
+lazy_static = "1.5.0"
+regex = "1.10.6"
[dependencies.clap]
version = "4.3.0"
features = ["derive"]
[dependencies.reqwest]
-version = "~0.11.18"
+version = "~0.12.7"
[dependencies.tokio]
-version = "1.28.1"
+version = "1.39.3"
features = ["full"]

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 26, 10:46 (9 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2264499
Default Alt Text
D3423.diff (3 KB)

Event Timeline