Skip to content

Commit

Permalink
Merge pull request #9585 from dependabot/dependabot/docker/cargo/libr…
Browse files Browse the repository at this point in the history
…ary/rust-1.77.2-bookworm

Bump library/rust from 1.75.0-bookworm to 1.77.2-bookworm in /cargo
  • Loading branch information
GarryHurleyJr committed Apr 25, 2024
2 parents 4403c92 + 0a29ece commit 75e20a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cargo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.75.0-bookworm as rust
FROM docker.io/library/rust:1.77.2-bookworm as rust

FROM ghcr.io/dependabot/dependabot-updater-core

Expand Down
2 changes: 2 additions & 0 deletions cargo/lib/dependabot/cargo/update_checker/version_resolver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def latest_resolvable_version
return @latest_resolvable_version if defined?(@latest_resolvable_version)

@latest_resolvable_version = fetch_latest_resolvable_version
rescue Dependabot::SharedHelpers::HelperSubprocessFailed => e
raise Dependabot::DependencyFileNotResolvable, e.message
end

private
Expand Down

0 comments on commit 75e20a3

Please sign in to comment.