Skip to content

Commit 7d1b70f

Browse files
fix(deps): update all non-major dependencies
1 parent 941b282 commit 7d1b70f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

baffao-proxy/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
axum = "0.7.5"
9-
axum-extra = { version = "0.9.3", features = ["typed-header", "cookie"] }
8+
axum = "0.8.0"
9+
axum-extra = { version = "0.10.0", features = ["typed-header", "cookie"] }
1010
baffao = { path = "../baffao" }
11-
config = "0.14.0"
11+
config = "0.15.0"
1212
hyper = { version = "1.3.1", features = ["full"] }
1313
hyper-util = { version = "0.1.3", features = ["client-legacy"] }
1414
oauth2 = "4.4.2"
1515
serde = { version = "1.0.200", features = ["derive"] }
1616
tokio = { "version" = "1.37.0", features = ["full"] }
17-
tower = { version = "0.4.13", features = ["util", "timeout"] }
18-
tower-http = { version = "0.5.2", features = ["add-extension", "trace"] }
17+
tower = { version = "0.5.0", features = ["util", "timeout"] }
18+
tower-http = { version = "0.6.0", features = ["add-extension", "trace"] }
1919
tracing = "0.1.40"
2020
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2121
uuid = { version = "1.8", features = ["serde", "v4"] }

0 commit comments

Comments
 (0)