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