build: update dependencies

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

View file

@ -1,6 +1,6 @@
[package]
name = "ckanaction"
version = "0.1.2"
version = "0.1.3"
edition = "2024"
description = "Rust library crate featuring an API wrapper of the CKAN Action v3 API."
repository = "https://github.com/dathere/ckanaction"
@ -11,10 +11,10 @@ categories = ["api-bindings", "asynchronous"]
exclude = ["/docs"]
[dependencies]
bon = "3.6.3"
reqwest = { version = "0.12.15", features = ["json", "multipart", "stream"] }
serde = "1.0.219"
serde_json = "1.0.140"
bon = "3.8.2"
reqwest = { version = "0.12.28", features = ["json", "multipart", "stream"] }
serde = "1.0.228"
serde_json = "1.0.149"
[dev-dependencies]
tokio = { version = "1.45.1", features = ["full"] }
tokio = { version = "1.49.0", features = ["full"] }