Update dependencies.

This commit is contained in:
Orne Brocaar
2025-03-20 10:34:39 +00:00
parent f97af991be
commit 7c134a549d
19 changed files with 947 additions and 620 deletions

View File

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