Skip to content

Commit

Permalink
build(deps): bump rust from 1.80.0 to 1.80.1 in the dependencies group (
Browse files Browse the repository at this point in the history
#250)

Bumps the dependencies group with 1 update: rust.


Updates `rust` from 1.80.0 to 1.80.1

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Maćkowski <m4tx@m4tx.pl>
  • Loading branch information
dependabot[bot] and m4tx authored Sep 1, 2024
1 parent 2d5de09 commit be96020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chombot-kcc.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.80.0 as builder
FROM rust:1.80.1 as builder

RUN USER=root cargo new --bin chombot

Expand Down
2 changes: 1 addition & 1 deletion chombot.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.80.0 as builder
FROM rust:1.80.1 as builder

RUN USER=root cargo new --bin chombot

Expand Down

0 comments on commit be96020

Please sign in to comment.