mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-25 07:55:36 +08:00
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.17.0...tokio-1.18.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
976 B
TOML
32 lines
976 B
TOML
[package]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "warpgate-common"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
argon2 = "0.3"
|
|
async-trait = "0.1"
|
|
bytes = "1.1"
|
|
chrono = {version = "0.4", features = ["serde"]}
|
|
data-encoding = "2.3"
|
|
humantime-serde = "1.1"
|
|
lazy_static = "1.4"
|
|
packet = "0.1"
|
|
password-hash = "0.3"
|
|
poem-openapi = {version = "^1.3.24", features = ["swagger-ui", "chrono", "uuid", "static-files"]}
|
|
rand = "0.8"
|
|
rand_chacha = "0.3"
|
|
rand_core = {version = "0.6", features = ["std"]}
|
|
sea-orm = {version = "^0.6", features = ["sqlx-sqlite", "runtime-tokio-native-tls", "macros"], default-features = false}
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
thiserror = "1.0"
|
|
tokio = {version = "1.18", features = ["tracing"]}
|
|
totp-rs = "1.0"
|
|
tracing = "0.1"
|
|
url = "2.2"
|
|
uuid = {version = "0.8", features = ["v4", "serde"]}
|
|
warpgate-db-entities = {version = "*", path = "../warpgate-db-entities"}
|
|
warpgate-db-migrations = {version = "*", path = "../warpgate-db-migrations"}
|