mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-20 05:37:56 +00:00
85a064ea5b
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.1 to 1.23.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.1...tokio-1.23.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
564 B
TOML
24 lines
564 B
TOML
[package]
|
|
name = "backend"
|
|
version = "4.1.3"
|
|
authors = ["Orne Brocaar <info@brocaar.com>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
|
serde_json = "1.0"
|
|
thiserror = "1.0"
|
|
anyhow = "1.0"
|
|
tracing = "0.1"
|
|
hex = "0.4"
|
|
rand = "0.8"
|
|
aes-kw = "0.2"
|
|
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
tokio = { version = "1.23", features = ["macros" ] }
|
|
|
|
# Development and testing
|
|
[dev-dependencies]
|
|
httpmock = "0.6"
|