Update dependencies.

This commit is contained in:
Orne Brocaar
2024-04-02 11:39:57 +01:00
parent 161cd9008c
commit 2bb05fba58
4 changed files with 355 additions and 212 deletions

View File

@ -14,7 +14,7 @@ tracing = "0.1"
hex = "0.4"
rand = "0.8"
aes-kw = "0.2"
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
chrono = { version = "0.4", features = ["serde"] }
tokio = { version = "1.36", features = ["macros" ] }
chirpstack_api = { path = "../api/rust", default-features = false, features = ["json"] }