chore: update dependencies
This commit is contained in:
parent
3d032a9828
commit
cb5437d1e1
24
Cargo.toml
24
Cargo.toml
@ -14,13 +14,13 @@ default = "inrepo"
|
|||||||
#rustdoc-args = ["--html-in-header", "rusdoc/header.html"]
|
#rustdoc-args = ["--html-in-header", "rusdoc/header.html"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = { version = "0.4.19", features = ["max_level_trace","release_max_level_trace"], package = "log" }
|
log = { version = "0.4.20", features = ["max_level_trace","release_max_level_trace"], package = "log" }
|
||||||
axum = { git = "https://github.com/tokio-rs/axum.git", branch = "main" }
|
axum = { git = "https://github.com/tokio-rs/axum.git", branch = "main" }
|
||||||
#axum = { version = "0.6.20" } # use wrks axum_6
|
#axum = { version = "0.6.20" } # use wrks axum_6
|
||||||
axum-server = { version = "0.5.1", features = ["tls-rustls"] }
|
axum-server = { version = "0.5.1", features = ["tls-rustls"] }
|
||||||
tokio = { version = "1.30.0", features = ["full"] }
|
tokio = { version = "1.32.0", features = ["full"] }
|
||||||
tower = { version = "0.4.13", features = ["util", "filter"] }
|
tower = { version = "0.4.13", features = ["util", "filter"] }
|
||||||
tower-http = { version = "0.4.1", features = ["fs", "cors", "trace", "add-extension", "auth", "compression-full"] }
|
tower-http = { version = "0.4.4", features = ["fs", "cors", "trace", "add-extension", "auth", "compression-full"] }
|
||||||
tower-cookies = "0.9"
|
tower-cookies = "0.9"
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||||
@ -29,24 +29,24 @@ casbin = { version = "2.0.9", features = ["cached","explain","logging"], optiona
|
|||||||
pasetoken-lib= {path = "./pasetoken", package = "pasetoken-lib" }
|
pasetoken-lib= {path = "./pasetoken", package = "pasetoken-lib" }
|
||||||
pasetors = { version = "0.6.7" }
|
pasetors = { version = "0.6.7" }
|
||||||
|
|
||||||
serde = { version = "1.0.171", features = ["derive"] }
|
serde = { version = "1.0.188", features = ["derive"] }
|
||||||
serde_derive = "1.0.171"
|
serde_derive = "1.0.188"
|
||||||
serde_json = "1.0.103"
|
serde_json = "1.0.107"
|
||||||
toml = "0.8.0"
|
toml = "0.8.0"
|
||||||
|
|
||||||
clap = { version = "4.3.16", features = ["derive"] }
|
clap = { version = "4.4.4", features = ["derive"] }
|
||||||
git-version = "0.3.5"
|
git-version = "0.3.5"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
|
|
||||||
hyper = { version = "0.14.27", features = ["full"] }
|
hyper = { version = "0.14.27", features = ["full"] }
|
||||||
tera = "1.19.0"
|
tera = "1.19.1"
|
||||||
html-minifier = "4.0.0"
|
html-minifier = "4.0.0"
|
||||||
urlencoding = "2.1.2"
|
urlencoding = "2.1.3"
|
||||||
password-hash = { version = "0.5", features = ["alloc", "rand_core"] }
|
password-hash = { version = "0.5", features = ["alloc", "rand_core"] }
|
||||||
rand_core = { version = "0.6", features = ["getrandom"] }
|
rand_core = { version = "0.6", features = ["getrandom"] }
|
||||||
argon2 = { version = "0.5", default-features = false, features = ["alloc", "simple"]}
|
argon2 = { version = "0.5", default-features = false, features = ["alloc", "simple"]}
|
||||||
rand_chacha = "0.3.1"
|
rand_chacha = "0.3.1"
|
||||||
async-trait = "0.1.71"
|
async-trait = "0.1.73"
|
||||||
async-session = "3.0.0"
|
async-session = "3.0.0"
|
||||||
async-sqlx-session = { version = "0.4.0", features = ["sqlite"] }
|
async-sqlx-session = { version = "0.4.0", features = ["sqlite"] }
|
||||||
|
|
||||||
@ -57,9 +57,9 @@ chrono = { version = "0.4.*" }
|
|||||||
encoding = "0.*"
|
encoding = "0.*"
|
||||||
uuid = { version = "1.4.1", features = ["v4", "serde"] }
|
uuid = { version = "1.4.1", features = ["v4", "serde"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
walkdir = "2.3.3"
|
walkdir = "2.4.0"
|
||||||
binascii = "0.1.4"
|
binascii = "0.1.4"
|
||||||
anyhow = "1.0.72"
|
anyhow = "1.0.75"
|
||||||
|
|
||||||
totp-rs = { version = "5.0.2", features = ["qr","otpauth"] }
|
totp-rs = { version = "5.0.2", features = ["qr","otpauth"] }
|
||||||
base32 = "0.4.0"
|
base32 = "0.4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user