build: update dependencies

This commit is contained in:
rzmk 2026-02-03 18:21:12 -05:00
parent 723130792c
commit 09ffd69775
2 changed files with 359 additions and 416 deletions

763
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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"] }