Skip to content

Commit

Permalink
build(deps): bump rust from 1.72.1 to 1.73.0
Browse files Browse the repository at this point in the history
Bumps rust from 1.72.1 to 1.73.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 96e3699 commit 165a411
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.72.1 as builder
FROM rust:1.73.0 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.72.1 as builder
FROM rust:1.73.0 as builder

RUN USER=root cargo new --bin chombot

Expand Down

0 comments on commit 165a411

Please sign in to comment.