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 Jan 12, 2024
1 parent 02887ea commit 1140318
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 79 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v4
- name: Setup | Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.6.0
uses: actions-rust-lang/setup-rust-toolchain@v1.7.0
with:
toolchain: stable
components: clippy
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v4
- name: Setup | Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.6.0
uses: actions-rust-lang/setup-rust-toolchain@v1.7.0
with:
toolchain: stable
cache: false
Expand Down
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 @@ -36,7 +36,7 @@ actix-governor = { version = "0.5.0", features = ["logger"] }
# proposing feedback
tempfile = "3.9.0"
image = { version = "0.24.7", features = ["default", "webp-encoder"] }
base64 = "0.21.6"
base64 = "0.21.7"
serde_yaml = "0.9"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"swagger-ui-dist": "5.11.0",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"unplugin-vue-markdown": "0.25.2",
"vue": "3.4.8",
"vue": "3.4.10",
"vue-router": "4.2.5"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 1140318

Please sign in to comment.