Skip to content

Commit

Permalink
Bump the minor group across 2 directories with 1 update
Browse files Browse the repository at this point in the history
Bumps the minor group with 1 update in the /sessionspaces directory: library/rust.
Bumps the minor group with 1 update in the /sessionspaces/.devcontainer directory: library/rust.


Updates `library/rust` from 1.82.0-bullseye to 1.83.0-bullseye

Updates `library/rust` from 1.82.0-bookworm to 1.83.0-bookworm

---
updated-dependencies:
- dependency-name: library/rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: library/rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 37d71b1 commit 4e5d81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sessionspaces/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/library/rust:1.82.0-bookworm
FROM docker.io/library/rust:1.83.0-bookworm

RUN rustup component add rustfmt clippy
2 changes: 1 addition & 1 deletion sessionspaces/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.82.0-bullseye AS build
FROM docker.io/library/rust:1.83.0-bullseye AS build

ARG DATABASE_URL

Expand Down

0 comments on commit 4e5d81e

Please sign in to comment.