File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ edition = "2021"
5
5
publish = false
6
6
7
7
[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" ] }
10
10
baffao = { path = " ../baffao" }
11
- config = " 0.14 .0"
11
+ config = " 0.15 .0"
12
12
hyper = { version = " 1.3.1" , features = [" full" ] }
13
13
hyper-util = { version = " 0.1.3" , features = [" client-legacy" ] }
14
14
oauth2 = " 4.4.2"
15
15
serde = { version = " 1.0.200" , features = [" derive" ] }
16
16
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" ] }
19
19
tracing = " 0.1.40"
20
20
tracing-subscriber = { version = " 0.3.18" , features = [" env-filter" ] }
21
21
uuid = { version = " 1.8" , features = [" serde" , " v4" ] }
You can’t perform that action at this time.
0 commit comments