feat: update dependencies
This commit is contained in:
parent
65b95f2958
commit
910b10de35
3 changed files with 72 additions and 62 deletions
|
|
@ -12,8 +12,8 @@ strip = true # Strip symbols from binary*
|
|||
[dependencies]
|
||||
axum = { version = "0.8.4", features = [ "macros", "ws", "tokio" ] }
|
||||
axum-extra = { version = "0.10.1", features = ["typed-header"] }
|
||||
reqwest = { version = "0.12.22", features = ["json"] }
|
||||
sea-orm = { version = "1.1.13", features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "macros" ] }
|
||||
reqwest = { version = "0.12.23", features = ["json"] }
|
||||
sea-orm = { version = "1.1.14", features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "macros" ] }
|
||||
serde = "1.0.219"
|
||||
serde_json = "1.0.140"
|
||||
tokio = { version = "1.47.1", features = [ "full" ] }
|
||||
|
|
@ -24,7 +24,7 @@ futures-util = "0.3.31"
|
|||
log = "0.4.27"
|
||||
pretty_env_logger = "0.5.0"
|
||||
argon2 = { version = "0.5.3", features = ["password-hash", "alloc", "rand"] }
|
||||
clap = { version = "4.5.42", features = ["derive"] }
|
||||
clap = { version = "4.5.45", features = ["derive"] }
|
||||
inquire = "0.7.5"
|
||||
rand_core = { version = "0.9.3", features = ["os_rng"] }
|
||||
password-hash = { version = "0.5.0", features = ["getrandom"] }
|
||||
|
|
|
|||
Reference in a new issue