From ec5565a7d29288a7355339d7b63a8aeec4d992bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 02:56:22 +0000 Subject: [PATCH] Update rust dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 82dae79..4a0d5c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ homepage = "https://github.com/DefGuard/proxy" repository = "https://github.com/DefGuard/proxy" [dependencies] -defguard_certs = { git = "https://github.com/DefGuard/defguard.git", rev = "b6e69565394662eb0b81199eb9efba3aea43b414" } -defguard_grpc_tls = { git = "https://github.com/DefGuard/defguard.git", rev = "b6e69565394662eb0b81199eb9efba3aea43b414" } -defguard_version = { git = "https://github.com/DefGuard/defguard.git", rev = "b6e69565394662eb0b81199eb9efba3aea43b414" } +defguard_certs = { git = "https://github.com/DefGuard/defguard.git", rev = "f74086e7a2dedc3e8ae3be4a9c9ddf8eef35b127" } +defguard_grpc_tls = { git = "https://github.com/DefGuard/defguard.git", rev = "f74086e7a2dedc3e8ae3be4a9c9ddf8eef35b127" } +defguard_version = { git = "https://github.com/DefGuard/defguard.git", rev = "f74086e7a2dedc3e8ae3be4a9c9ddf8eef35b127" } rustls-webpki = { version = "0.103", features = ["aws-lc-rs", "std"] } rustls-pki-types = "1" # base `axum` deps @@ -25,7 +25,7 @@ axum-server = { version = "0.8", features = ["tls-rustls"] } time = { version = "0.3", default-features = false } tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync", "time"] } tokio-stream = "0.1" -tower-http = { version = "0.6", features = ["fs", "trace", "timeout"] } +tower-http = { version = "0.7", features = ["fs", "trace", "timeout"] } # logging/tracing tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } @@ -62,10 +62,10 @@ rustls = { version = "0.23", default-features = false, features = [ "aws-lc-rs", ] } instant-acme = { version = "0.8", features = ["hyper-rustls", "aws-lc-rs"] } -reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "json"] } +reqwest = { version = "0.13", default-features = false, features = ["rustls-tls-native-roots", "json"] } [dev-dependencies] -tokio = { version = "1", features = ["net"] } +tokio = { version = "=1.52.3", features = ["net"] } [build-dependencies] tonic-prost-build = "0.14"