File tree 2 files changed +15
-15
lines changed
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 8
8
default-run = " jiosaavn"
9
9
10
10
[dependencies ]
11
- axum = " 0.6.20 "
12
- base64 = " 0.21.4 "
11
+ axum = " 0.8.2 "
12
+ base64 = " 0.22.1 "
13
13
dotenv = " 0.15.0"
14
- openssl = " 0.10.57 "
15
- regex = " 1.9.5 "
16
- reqwest = { version = " 0.11.20 " , features = [" serde_json" , " json" ] }
17
- serde = { version = " 1.0.188 " , features = [" derive" ] }
18
- serde_json = " 1.0.106 "
19
- tokio = { version = " 1.32 .0" , features = [" full" ] }
20
- tower = { version = " 0.4.13 " , features = [" limit" , " buffer" ] }
21
- tower-http = { version = " 0.4.4 " , features = [" cors" ] }
22
- tracing = " 0.1.37 "
23
- tracing-subscriber = " 0.3.17 "
24
- url = " 2.4.1 "
25
- vercel_runtime = " 1.0.2 "
14
+ openssl = " 0.10.68 "
15
+ regex = " 1.11.1 "
16
+ reqwest = { version = " 0.12.12 " , features = [" serde_json" , " json" ] }
17
+ serde = { version = " 1.0.217 " , features = [" derive" ] }
18
+ serde_json = " 1.0.137 "
19
+ tokio = { version = " 1.43 .0" , features = [" full" ] }
20
+ tower = { version = " 0.5.2 " , features = [" limit" , " buffer" ] }
21
+ tower-http = { version = " 0.6.2 " , features = [" cors" ] }
22
+ tracing = " 0.1.41 "
23
+ tracing-subscriber = " 0.3.19 "
24
+ url = " 2.5.4 "
25
+ vercel_runtime = " 1.1.4 "
26
26
27
27
# home
28
28
[[bin ]]
Original file line number Diff line number Diff line change 1
- FROM rust:1.72 as build
1
+ FROM rust:1.84 as build
2
2
3
3
WORKDIR /app
4
4
You can’t perform that action at this time.
0 commit comments