From ffb13a168c08a7bc0865e947669a9364dba43a54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:20:42 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- baffao-proxy/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/baffao-proxy/Cargo.toml b/baffao-proxy/Cargo.toml index 0e5208b..3b632ab 100644 --- a/baffao-proxy/Cargo.toml +++ b/baffao-proxy/Cargo.toml @@ -12,10 +12,10 @@ config = "0.14.0" hyper = { version = "1.3.1", features = ["full"] } hyper-util = { version = "0.1.3", features = ["client-legacy"] } oauth2 = "4.4.2" -serde = { version = "1.0", features = ["derive"] } +serde = { version = "1.0.199", features = ["derive"] } tokio = { "version" = "1.37.0", features = ["full"] } -tower = { version = "0.4", features = ["util", "timeout"] } +tower = { version = "0.4.13", features = ["util", "timeout"] } tower-http = { version = "0.5.2", features = ["add-extension", "trace"] } -tracing = "0.1" -tracing-subscriber = { version = "0.3", features = ["env-filter"] } +tracing = "0.1.40" +tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } uuid = { version = "1.8", features = ["serde", "v4"] }