mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-08 11:54:19 +00:00
Fix updating dependencies.
The previous update dependencies commit contained a dependency that pulled in the aws-lc-rs crate, which fails to build on ARMv7. See also 370b84cb09f0d55c9cc1d993df2474e579e7fa94. This commit reverts the updates and only updates part of the crates. A proper fix will be to update all dependencies to rustls 0.23 such that we can enable the ring feature flag (which is the 0.22 default).
This commit is contained in:
parent
8fabfd925e
commit
a23797ddbb
1301
Cargo.lock
generated
1301
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -23,7 +23,7 @@
|
||||
], default-features = true }
|
||||
async-trait = "0.1.79"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tokio = { version = "1.38", features = ["macros", "rt-multi-thread"] }
|
||||
lazy_static = "1.5"
|
||||
tokio = { version = "1.36", features = ["macros", "rt-multi-thread"] }
|
||||
lazy_static = "1.4"
|
||||
serde_json = "1.0"
|
||||
toml = "0.8"
|
||||
|
@ -151,7 +151,7 @@
|
||||
aes = "0.8"
|
||||
rand = "0.8"
|
||||
base64 = "0.22"
|
||||
async-recursion = "1.0"
|
||||
async-recursion = "1.1"
|
||||
regex = "1.10"
|
||||
petgraph = "0.6"
|
||||
prometheus-client = "0.22"
|
||||
|
Loading…
x
Reference in New Issue
Block a user