Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all #13

Merged
merged 1 commit into from
Aug 16, 2023
Merged

fix(deps): update all #13

merged 1 commit into from
Aug 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 2, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
image dependencies patch 0.24.6 -> 0.24.7
log dependencies patch 0.4.19 -> 0.4.20
mongodb (source) dependencies patch 2.6.0 -> 2.6.1
regex dependencies patch 1.9.1 -> 1.9.3
serde (source) dependencies patch 1.0.180 -> 1.0.183
serde_json dependencies patch 1.0.104 -> 1.0.105
tempfile (source) dependencies patch 3.7.0 -> 3.7.1
webp dependencies patch 0.2.4 -> 0.2.5

Release Notes

image-rs/image (image)

v0.24.7

Compare Source

New features:

  • Added {ImageBuffer, DynamicImage}::write_with_encoder to simplify writing
    images with custom settings.
  • Expose ICC profiles stored in tiff and webp files.
  • Added option to set the background color of animated webp images.
  • New methods for sampling and interpolation of GenericImageViews

Bug fixes:

  • Fix panic on empty dxt.
  • Fix several panics in webp decoder.
  • Allow unknown chunks at the end of webp files.
rust-lang/log (log)

v0.4.20

Compare Source

mongodb/mongo-rust-driver (mongodb)

v2.6.1

Compare Source

The MongoDB Rust driver team is pleased to announce the v2.6.1 release of the mongodb crate, now available for download from crates.io. This release removes a potential panic from the SessionCursor::with_type method.

Included Changes

Bugfixes
  • RUST-1719 Fix panic after SessionCursor::with_type is called (#​928) (thank you @​mlokr for this fix!)
rust-lang/regex (regex)

v1.9.3

Compare Source

==================
This is a patch release that fixes a bug where some searches could result in
incorrect match offsets being reported. It is difficult to characterize the
types of regexes susceptible to this bug. They generally involve patterns
that contain no prefix or suffix literals, but have an inner literal along with
a regex prefix that can conditionally match.

Bug fixes:

  • BUG #​1060:
    Fix a bug with the reverse inner literal optimization reporting incorrect match
    offsets.

v1.9.2

Compare Source

==================
This is a patch release that fixes another memory usage regression. This
particular regression occurred only when using a RegexSet. In some cases,
much more heap memory (by one or two orders of magnitude) was allocated than in
versions prior to 1.9.0.

Bug fixes:

  • BUG #​1059:
    Fix a memory usage regression when using a RegexSet.
serde-rs/serde (serde)

v1.0.183

Compare Source

  • Support deserializing Box<OsStr> with an equivalent representation as OsString (#​2556, thanks @​DBLouis)

v1.0.182

Compare Source

v1.0.181

Compare Source

  • Make serde(alias) work in combination with flatten when using in-place deserialization (#​2443, thanks @​Mingun)
  • Improve the representation of adjacently tagged enums in formats where enum tags are serialized by index, as opposed to by string name (#​2505, #​2496, thanks @​Baptistemontan)
serde-rs/json (serde_json)

v1.0.105

Compare Source

Stebalien/tempfile (tempfile)

v3.7.1

Compare Source

  • Tempfile builds on haiku again.
  • Under the hood, we've switched from the unlinkat/linkat syscalls to the regular unlink/link syscalls where possible.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update rust crate webp to 0.2.5 fix(deps): update all Aug 4, 2023
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from f648da1 to 8310c1b Compare August 9, 2023 04:17
@infiniwave infiniwave merged commit 3cd874b into main Aug 16, 2023
1 check passed
@infiniwave infiniwave deleted the renovate/all branch August 16, 2023 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant