Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 4775242 commit f8be604
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ async-stream = "0.3.5"
async-trait = "0.1.68"
aws-config = "1.5.0"
aws-sdk-s3 = "1.32.0"
axum = "0.7.5"
axum-macros = "0.4.1"
axum = "0.8.0"
axum-macros = "0.5.0"
base64 = "0.22.1"
bytes = "1.4.0"
chrono = "0.4.24"
Expand All @@ -42,7 +42,7 @@ hex = "0.4.3"
http-body-util = "0.1.1"
humantime = "2.1.0"
humantime-serde = "1.1.1"
itoa = "=1.0.5"
itoa = "=1.0.14"
maybe-owned = "0.3.4"
rand = "0.8.5"
regex = "1.8.3"
Expand All @@ -53,12 +53,12 @@ serde_json = "1.0.96"
serde_with = "3.0.0"
tokio-util = { version = "0.7.8", features = [ "io" ] }
toml = "0.8.8"
tower-http = { version = "0.5.2", features = [ "catch-panic", "trace" ] }
tower-http = { version = "0.6.0", features = [ "catch-panic", "trace" ] }
tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.17", features = [ "json" ] }
uuid = { version = "1.3.3", features = ["v4"] }
console-subscriber = "0.2.0"
console-subscriber = "0.4.0"
xdg = "2.5.0"
rsa = "0.9.3"

Expand Down
2 changes: 1 addition & 1 deletion token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ base64 = "0.22.1"
chrono = "0.4.31"
displaydoc = "0.2.4"
indexmap = { version = "2.2.6", features = ["serde"] }
jwt-simple = "0.11.5"
jwt-simple = "0.12.0"
lazy_static = "1.4.0"
regex = "1.8.3"
serde = "1.0.163"
Expand Down

0 comments on commit f8be604

Please sign in to comment.