Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps the cargo-minor group with 4 updates: slotmap, log, reqwest and gif.

Updates slotmap from 1.0.7 to 1.1.1

Changelog

Sourced from slotmap's changelog.

Version 1.1.1

  • Added as_slices and as_mut_slices to DenseSlotMap. The other methods added in 1.1.0 (keys_as_slice, values_as_slice and values_as_mut_slice) will likely be removed in 2.0.

Version 1.1.0

  • Bumped MSRV to 1.58.
  • Fixed memory leak in clone_from.
  • Added keys_as_slice, values_as_slice, and values_as_mut_slice to DenseSlotMap.
  • Ensured that is_null() keys print as null in their Debug representation.
  • Made KeyData::new and KeyData::from_ffi const.
  • Resolved a Miri error in get_disjoint_mut under the Stacked Borrows model.
  • Added detach and reattach methods to SlotMap and DenseSlotMap which let you temporarily remove key/value pairs from the slot map before adding them back.
  • Deprecated HopSlotMap, preparing for removal in 2.0.
Commits

Updates log from 0.4.28 to 0.4.29

Release notes

Sourced from log's releases.

0.4.29

MSRV

This release increases log's MSRV from 1.61.0 to 1.68.0.

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.28...0.4.29

Changelog

Sourced from log's changelog.

[0.4.29] - 2025-12-02

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.28...0.4.29

Commits
  • b1e2df7 Merge pull request #719 from rust-lang/cargo/0.4.29
  • 3fe1a54 prepare for 0.4.29 release
  • 7a432d9 Merge pull request #718 from rust-lang/ci/msrv
  • 0689d56 rebump msrv to 1.68.0
  • 46b448e try drop msrv back to 1.61.0
  • 929ab38 fix up doc test feature gate
  • 957cece bump serde-dependent crates
  • bea40c8 bump msrv to 1.68.0
  • c540184 Merge pull request #716 from rust-lang/ci-smaller-matrix2
  • c971e63 Merge branch 'master' into ci-smaller-matrix2
  • Additional commits viewable in compare view

Updates reqwest from 0.12.24 to 0.12.25

Release notes

Sourced from reqwest's releases.

v0.12.25

Highlights

  • Add Error::is_upgrade() to determine if the error was from an HTTP upgrade.
  • Fix sending Proxy-Authorization if only username is configured.
  • Fix sending Proxy-Authorization to HTTPS proxies when the target is HTTP.
  • Refactor internal decompression handling to use tower-http.

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.24...v0.12.25

Changelog

Sourced from reqwest's changelog.

v0.12.25

  • Add Error::is_upgrade() to determine if the error was from an HTTP upgrade.
  • Fix sending Proxy-Authorization if only username is configured.
  • Fix sending Proxy-Authorization to HTTPS proxies when the target is HTTP.
  • Refactor internal decompression handling to use tower-http.
Commits
  • f156a9f v0.12.25
  • fc1ff4f fix(proxy): forward Proxy-Authorization header to HTTPS proxies for HTTP targ...
  • b7c3712 Use decompression from tower-http (#2840)
  • 74e6f84 feat(error): add is_upgrade method to detect protocol upgrade errors (#2822)
  • c0c06b7 fix: send proxy-authorization even with empty password (#2868)
  • a2aa5a3 chore: minor improvement for docs (#2862)
  • 9c4999d docs: document WASM client (#2859)
  • a97e195 docs: document connection pooling behavior (#2851)
  • e3093ed tests: fix wasm timeout test with uncached response (#2853)
  • See full diff in compare view

Updates gif from 0.14.0 to 0.14.1

Changelog

Sourced from gif's changelog.

v0.14.1

Features:

  • Added Frame::from_grayscale_with_alpha to efficiently generate a palette for LumaA pixels.
  • Added Decoder::current_frame_info to re-query the next_frame_info without advancing the frame.

Enhancements:

  • The palette for Frame::from_rgba_speed now handles multiple transparent colors, i.e. non-premultiplied alpha, by normalizing fully transparent pixels to one transparent entry. This leads to a better distributed palette.
Commits
  • c1a6c4f Merge pull request #227 from image-rs/release-0.14.1
  • 07c0409 Changelog and notes for 0.14.1
  • a603ed1 Merge pull request #226 from image-rs/current-frame-info
  • 090e0b9 Add Decoder::current_frame_info
  • 9d292eb Merge pull request #224 from Muccarini/flatten_transparent_pixels
  • d1dea3d Merge pull request #223 from Shnatsel/encode-la8
  • 2d26be9 fmt
  • 57202f6 Clean up
  • 48f34b9 Flatten transparent pixels to reduce palette size
  • 5d49bdc Fix assertion to check for the correct pixel size
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Dec 8, 2025
@torokati44 torokati44 enabled auto-merge (rebase) December 11, 2025 09:19
Bumps the cargo-minor group with 4 updates: [slotmap](https://github.com/orlp/slotmap), [log](https://github.com/rust-lang/log), [reqwest](https://github.com/seanmonstar/reqwest) and [gif](https://github.com/image-rs/image-gif).


Updates `slotmap` from 1.0.7 to 1.1.1
- [Changelog](https://github.com/orlp/slotmap/blob/master/RELEASES.md)
- [Commits](orlp/slotmap@v1.0.7...v1.1.1)

Updates `log` from 0.4.28 to 0.4.29
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.28...0.4.29)

Updates `reqwest` from 0.12.24 to 0.12.25
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.24...v0.12.25)

Updates `gif` from 0.14.0 to 0.14.1
- [Changelog](https://github.com/image-rs/image-gif/blob/master/Changes.md)
- [Commits](image-rs/image-gif@v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: slotmap
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
- dependency-name: log
  dependency-version: 0.4.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: reqwest
  dependency-version: 0.12.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: gif
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@torokati44 torokati44 force-pushed the dependabot/cargo/cargo-minor-b795a0720d branch from 395bd12 to 1634f72 Compare December 11, 2025 09:19
@torokati44 torokati44 merged commit 493e2cf into master Dec 11, 2025
44 of 48 checks passed
@torokati44 torokati44 deleted the dependabot/cargo/cargo-minor-b795a0720d branch December 11, 2025 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants