Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 15, 2024
1 parent 5f3922a commit a8eb469
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ authors = ["Hemant Rajput <68769346+rajput-hemant@users.noreply.github.com>"]
default-run = "jiosaavn"

[dependencies]
axum = "0.6.20"
base64 = "0.21.4"
axum = "0.7.5"
base64 = "0.22.1"
dotenv = "0.15.0"
openssl = "0.10.57"
regex = "1.9.5"
reqwest = { version = "0.11.20", features = ["serde_json", "json"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106"
tokio = { version = "1.32.0", features = ["full"] }
tower = { version = "0.4.13", features = ["limit", "buffer"] }
tower-http = { version = "0.4.4", features = ["cors"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
url = "2.4.1"
vercel_runtime = "1.0.2"
openssl = "0.10.66"
regex = "1.10.6"
reqwest = { version = "0.12.5", features = ["serde_json", "json"] }
serde = { version = "1.0.207", features = ["derive"] }
serde_json = "1.0.125"
tokio = { version = "1.39.2", features = ["full"] }
tower = { version = "0.5.0", features = ["limit", "buffer"] }
tower-http = { version = "0.5.2", features = ["cors"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
url = "2.5.2"
vercel_runtime = "1.1.4"

# home
[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.72 as build
FROM rust:1.80 as build

WORKDIR /app

Expand Down

0 comments on commit a8eb469

Please sign in to comment.