Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1653)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 6cdc9c1 commit 088be85
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 60 deletions.
8 changes: 4 additions & 4 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ actix-web = { version = "4.9.0", default-features = false, features = ["compress
actix-cors = "0.7.0"
rustls = "0.23.14"

cached = { version = "0.53.1", features = ["default", "async", "disk_store"] }
cached = { version = "0.54.0", features = ["default", "async", "disk_store"] }
futures = "0.3.30"
unicode-truncate = "1.1.0"

Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"nightwind": "1.1.13",
"nuxt": "3.13.0",
"sharp": "0.33.5",
"swagger-ui": "5.18.0",
"swagger-ui": "5.18.1",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.5.12",
"vue-router": "4.4.5",
Expand Down
66 changes: 12 additions & 54 deletions webclient/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 088be85

Please sign in to comment.