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 14, 2024
1 parent 3f41ebe commit 0052f0a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 18 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.7.0
uses: actions-rust-lang/setup-rust-toolchain@v1.8.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.7.0
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0
with:
toolchain: stable
cache: false
Expand Down
5 changes: 2 additions & 3 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 @@ -35,7 +35,7 @@ actix-governor = { version = "0.5.0", features = ["logger"] }

# proposing feedback
tempfile = "3.9.0"
image = { version = "0.24.7", features = ["default", "webp-encoder"] }
image = { version = "0.24.8", features = ["default", "webp-encoder"] }
base64 = "0.21.7"
serde_yaml = "0.9"

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 @@ -43,7 +43,7 @@ regex = "1.10.2"
# maps
rustls = "0.22.2"
reqwest = { version= "0.11.23", default-features = false, features = ["tokio-rustls", "json", "gzip"] }
image = "0.24.7"
image = "0.24.8"
imageproc = "0.23.0"
rusttype = "0.9.3"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"format": "prettier --write ."
},
"dependencies": {
"@vueuse/core": "10.7.1",
"@vueuse/core": "10.7.2",
"maplibre-gl": "3.6.2",
"markdown-it-prism": "2.3.0",
"pinia": "2.1.7",
Expand Down
20 changes: 10 additions & 10 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 0052f0a

Please sign in to comment.