Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 0fdc5af commit ffb13a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions baffao-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit ffb13a1

Please sign in to comment.