mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-03-22 03:55:33 +00:00
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.43.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
720 B
TOML
30 lines
720 B
TOML
[package]
|
|
name = "backend"
|
|
version = "4.11.1-test.1"
|
|
authors = ["Orne Brocaar <info@brocaar.com>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
|
serde_json = "1.0"
|
|
thiserror = "2.0"
|
|
anyhow = "1.0"
|
|
tracing = "0.1"
|
|
hex = "0.4"
|
|
rand = "0.8"
|
|
aes-kw = "0.2"
|
|
reqwest = { version = "0.12", features = [
|
|
"json",
|
|
"rustls-tls",
|
|
], default-features = false }
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
tokio = { version = "1.43", features = ["macros"] }
|
|
chirpstack_api = { path = "../api/rust", default-features = false, features = [
|
|
"json",
|
|
] }
|
|
|
|
# Development and testing
|
|
[dev-dependencies]
|
|
httpmock = "0.7.0"
|