Compare commits
1 commit
51a0d8688d
...
d26caed805
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d26caed805 |
1 changed files with 5 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -6,12 +6,12 @@ version = "0.3.0-dev"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.7.5"
|
||||
axum-client-ip = "0.6.0"
|
||||
axum = "0.7.7"
|
||||
axum-client-ip = "0.6.1"
|
||||
base64 = "0.22.1"
|
||||
clap = { version = "4.5.4", features = ["derive", "env"] }
|
||||
clap = { version = "4.5.20", features = ["derive", "env"] }
|
||||
http = "1.1.0"
|
||||
insta = "1.38.0"
|
||||
insta = "1.40.0"
|
||||
miette = { version = "7.2.0", features = ["fancy"] }
|
||||
ring = { version = "0.17.8", features = ["std"] }
|
||||
tracing = "0.1.40"
|
||||
|
@ -23,7 +23,7 @@ default-features = false
|
|||
features = ["auth-basic"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.37.0"
|
||||
version = "1.40.0"
|
||||
features = ["macros", "rt", "process", "io-util"]
|
||||
|
||||
[profile.dev]
|
||||
|
|
Loading…
Add table
Reference in a new issue