Skip to content

Commit be46ba5

Browse files
chore(deps): update all non-major dependencies
1 parent 5f3922a commit be46ba5

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.toml

+14-14
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ authors = ["Hemant Rajput <[email protected]>"]
88
default-run = "jiosaavn"
99

1010
[dependencies]
11-
axum = "0.6.20"
12-
base64 = "0.21.4"
11+
axum = "0.8.2"
12+
base64 = "0.22.1"
1313
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"
2626

2727
# home
2828
[[bin]]

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.72 as build
1+
FROM rust:1.84 as build
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)