Skip to content

Commit

Permalink
Bump library/rust from 1.82.0-bookworm to 1.85.0-bookworm in /cargo (#…
Browse files Browse the repository at this point in the history
…11662)

* Bump library/rust from 1.82.0-bookworm to 1.85.0-bookworm in /cargo

Bumps library/rust from 1.82.0-bookworm to 1.85.0-bookworm.

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

Signed-off-by: dependabot[bot] <support@github.com>

* removing tests that check cargo/ rust versions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Aiken <robaiken@github.com>
  • Loading branch information
dependabot[bot] and robaiken authored Feb 28, 2025
1 parent 93bcd1d commit a4ee018
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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.82.0-bookworm AS rust
FROM docker.io/library/rust:1.85.0-bookworm AS rust

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

Expand Down
2 changes: 0 additions & 2 deletions cargo/spec/dependabot/cargo/file_parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,6 @@
it "returns the correct package manager" do
expect(package_manager.name).to eq "cargo"
expect(package_manager.requirement).to be_nil
expect(package_manager.version.to_s).to eq "1.82.0"
end
end

Expand All @@ -878,7 +877,6 @@
it "returns the correct language" do
expect(language.name).to eq "rust"
expect(language.requirement).to be_nil
expect(language.version.to_s).to eq "1.82.0"
end
end
end
Expand Down

0 comments on commit a4ee018

Please sign in to comment.