Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent d8b5046 commit d427423
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 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/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ octocrab = { version = "0.38.0", default-features = false, features = ["rustls",

# web
jsonwebtoken = { version = "9.3.0", default-features = false, features = [] }
chrono = { version = "0.4.37", default-features = false, features = [] }
chrono = { version = "0.4.38", default-features = false, features = [] }
actix-governor = { version = "0.5.0", features = ["logger"] }

# proposing feedback
Expand Down
2 changes: 1 addition & 1 deletion server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serde_yaml = "0.9"

# database
sqlx = { version = "0.7.4", features = ["postgres", "runtime-tokio-rustls", "migrate", "macros", "chrono"] }
chrono = { version = "0.4.37", default-features = false, features = ["serde"] }
chrono = { version = "0.4.38", default-features = false, features = ["serde"] }

# search
meilisearch-sdk = "0.25.0"
Expand Down
4 changes: 2 additions & 2 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format": "prettier --plugin=prettier-plugin-tailwindcss --write ."
},
"dependencies": {
"@headlessui/vue": "1.7.19",
"@headlessui/vue": "1.7.20",
"@heroicons/vue": "2.1.3",
"@nuxt/content": "2.12.1",
"@nuxt/image": "1.5.0",
Expand All @@ -25,7 +25,7 @@
"nightwind": "1.1.13",
"nuxt": "3.11.2",
"sharp": "0.33.3",
"swagger-ui": "5.15.1",
"swagger-ui": "5.15.2",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.4.21",
"vue-router": "4.3.0",
Expand Down
22 changes: 11 additions & 11 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 d427423

Please sign in to comment.