diff --git a/cargo/Dockerfile b/cargo/Dockerfile index a445646f270..e5a3a2e821e 100644 --- a/cargo/Dockerfile +++ b/cargo/Dockerfile @@ -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 diff --git a/cargo/spec/dependabot/cargo/file_parser_spec.rb b/cargo/spec/dependabot/cargo/file_parser_spec.rb index bc64eef655b..7683b742993 100644 --- a/cargo/spec/dependabot/cargo/file_parser_spec.rb +++ b/cargo/spec/dependabot/cargo/file_parser_spec.rb @@ -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 @@ -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