mirror of
https://github.com/dathere/ckanaction.git
synced 2026-02-04 10:05:33 +00:00
build: update dependencies
This commit is contained in:
parent
723130792c
commit
09ffd69775
2 changed files with 359 additions and 416 deletions
763
Cargo.lock
generated
763
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
12
Cargo.toml
12
Cargo.toml
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ckanaction"
|
name = "ckanaction"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "Rust library crate featuring an API wrapper of the CKAN Action v3 API."
|
description = "Rust library crate featuring an API wrapper of the CKAN Action v3 API."
|
||||||
repository = "https://github.com/dathere/ckanaction"
|
repository = "https://github.com/dathere/ckanaction"
|
||||||
|
|
@ -11,10 +11,10 @@ categories = ["api-bindings", "asynchronous"]
|
||||||
exclude = ["/docs"]
|
exclude = ["/docs"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bon = "3.6.3"
|
bon = "3.8.2"
|
||||||
reqwest = { version = "0.12.15", features = ["json", "multipart", "stream"] }
|
reqwest = { version = "0.12.28", features = ["json", "multipart", "stream"] }
|
||||||
serde = "1.0.219"
|
serde = "1.0.228"
|
||||||
serde_json = "1.0.140"
|
serde_json = "1.0.149"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1.45.1", features = ["full"] }
|
tokio = { version = "1.49.0", features = ["full"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue