Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4063636
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/Cargo.toml b/Cargo.toml
index 1ae905b..589ad25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,10 @@
[workspace]
members = [
"fantoir-datasource",
"language-subtag-registry-datasource",
"rfc-datasource",
"opendatasoft-explore-api",
]
+
+resolver = "2"
diff --git a/fantoir-datasource/Cargo.toml b/fantoir-datasource/Cargo.toml
index dc4e197..c042abb 100644
--- a/fantoir-datasource/Cargo.toml
+++ b/fantoir-datasource/Cargo.toml
@@ -1,37 +1,37 @@
[package]
name = "fantoir-datasource"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
description = "Generates a Postgres table from FANTOIR raw file"
authors = [
"Sébastien Santoro <dereckson@espace-win.org>"
]
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]
version = "~0.11.18"
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
index 5bac804..b6b4734 100644
--- a/language-subtag-registry-datasource/Cargo.toml
+++ b/language-subtag-registry-datasource/Cargo.toml
@@ -1,25 +1,25 @@
[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 = [
"Sébastien Santoro <dereckson@espace-win.org>"
]
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
index 5387978..c6bd644 100644
--- a/opendatasoft-explore-api/Cargo.toml
+++ b/opendatasoft-explore-api/Cargo.toml
@@ -1,32 +1,32 @@
[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>"
]
license = "BSD-2-Clause"
readme = "README.md"
keywords = [ "Opendatasoft" ]
categories = [ "api-bindings" ]
repository = "https://devcentral.nasqueron.org/source/datasources/browse/main/opendatasoft-explore-api/"
homepage = "https://agora.nasqueron.org/Nasqueron_Datasources"
edition = "2021"
# 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
index 0612227..684a58b 100644
--- a/rfc-datasource/Cargo.toml
+++ b/rfc-datasource/Cargo.toml
@@ -1,24 +1,24 @@
[package]
name = "rfc-datasource"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
description = "Downloads and transforms RFC index"
authors = [
"Sébastien Santoro <dereckson@espace-win.org>"
]
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
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Jan 29, 05:12 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2381779
Default Alt Text
(4 KB)
Attached To
Mode
rDS Nasqueron Datasources
Attached
Detach File
Event Timeline
Log In to Comment