diff --git a/Cargo.toml b/Cargo.toml index 29b74b4..52541be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,12 +6,12 @@ version = "0.3.0-dev" edition = "2021" [dependencies] -axum = "0.7.7" -axum-client-ip = "0.6.1" +axum = "0.7.5" +axum-client-ip = "0.6.0" base64 = "0.22.1" -clap = { version = "4.5.20", features = ["derive", "env"] } +clap = { version = "4.5.4", features = ["derive", "env"] } http = "1.1.0" -insta = "1.40.0" +insta = "1.38.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.40.0" +version = "1.37.0" features = ["macros", "rt", "process", "io-util"] [profile.dev]