chore(deps): update cargo deps (minor/patch)
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actix-files (source) | dependencies | patch |
0.6.7 -> 0.6.9
|
| actix-web (source) | dependencies | minor |
4.11.0 -> 4.12.1
|
| chrono | dependencies | patch |
0.4.41 -> 0.4.42
|
| config | dependencies | patch |
0.15.15 -> 0.15.19
|
| image | dependencies | patch |
0.25.8 -> 0.25.9
|
| log | dependencies | patch |
0.4.28 -> 0.4.29
|
| serde (source) | dependencies | patch |
1.0.219 -> 1.0.228
|
| serde_json | dependencies | patch |
1.0.143 -> 1.0.145
|
| surrealdb | dependencies | minor |
2.3.7 -> 2.4.0
|
| tera (source) | dependencies | patch |
1.20.0 -> 1.20.1
|
Release Notes
actix/actix-web (actix-files)
v0.6.9: Actix web 0.6.9
Changes
-
Drop connection if request's payload is not fully consumed #236
-
Fix streaming response with body compression
v0.6.8: Actix web 0.6.8
Changes
-
Fix scope resource path extractor #234
-
Re-use tcp listener on pause/resume
chronotope/chrono (chrono)
v0.4.42: 0.4.42
What's Changed
- Add fuzzer for DateTime::parse_from_str by @tyler92 in https://github.com/chronotope/chrono/pull/1700
- Fix wrong amount of micro/milliseconds by @nmlt in https://github.com/chronotope/chrono/pull/1703
- Add warning about MappedLocalTime and wasm by @lutzky in https://github.com/chronotope/chrono/pull/1702
- Fix incorrect parsing of fixed-length second fractions by @chris-leach in https://github.com/chronotope/chrono/pull/1705
- Fix cfgs for
wasm32-linuxsupport by @arjunr2 in https://github.com/chronotope/chrono/pull/1707 - Fix OpenHarmony's
tzdataparsing by @ldm0 in https://github.com/chronotope/chrono/pull/1679 - Convert NaiveDate to/from days since unix epoch by @findepi in https://github.com/chronotope/chrono/pull/1715
- Add
?Sizedbound to related methods ofDelayedFormat::write_toby @Huliiiiii in https://github.com/chronotope/chrono/pull/1721 - Add
from_timestamp_secsmethod toDateTimeby @jasonaowen in https://github.com/chronotope/chrono/pull/1719 - Migrate to core::error::Error by @benbrittain in https://github.com/chronotope/chrono/pull/1704
- Upgrade to windows-bindgen 0.63 by @djc in https://github.com/chronotope/chrono/pull/1730
- strftime: simplify error handling by @djc in https://github.com/chronotope/chrono/pull/1731
rust-cli/config-rs (config)
v0.15.19
Internal
- (ron) Update to 0.12
v0.15.18
Fixes
- Improve consistency between missing field error messages
v0.15.17
Features
- corn file format support
v0.15.16
Performance
- Allow more build parallelism by depending on
serde_core
image-rs/image (image)
v0.25.9
Features:
- Support extracting XMP metadata from PNG, JPEG, GIF, WebP and TIFF files (#2567, #2634, #2644)
- Support reading IPTC metadata from PNG and JPG files (#2611)
- Support reading ICC profile from GIF files (#2644)
- Allow setting a specific DEFLATE compression level when writing PNG (#2583)
- Initial support for 16-bit CMYK TIFF files (#2588)
- Allow extracting the alpha channel of a
Pixelin a generic way (#2638)
Structural changes:
- EXR format decoding now only uses multi-threading via Rayon when the
rayonfeature is enabled (#2643) - Upgraded zune-jpeg to 0.5.x, ravif to 0.12.x, gif to 0.14.x
- pnm: parse integers in PBM/PGM/PPM headers without allocations (#2620)
- Replace
doc_auto_cfgwithdoc_cfg(#2637)
Bug fixes:
serde-rs/serde (serde)
v1.0.228
- Allow building documentation with
RUSTDOCFLAGS='--cfg=docsrs'set for the whole dependency graph (#2995)
v1.0.227
- Documentation improvements (#2991)
v1.0.226
- Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @Mingun)
v1.0.225
- Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks @rcrisanti)
v1.0.224
- Remove private types being suggested in rustc diagnostics (#2979)
v1.0.223
- Fix serde_core documentation links (#2978)
v1.0.222
- Make
serialize_withattribute produce code that works if respanned to 2024 edition (#2950, thanks @aytey)
v1.0.221
v1.0.220
- Add a way for data formats to depend on serde traits without waiting for serde_derive compilation: https://docs.rs/serde_core (#2608, thanks @osiewicz)
serde-rs/json (serde_json)
v1.0.145
- Raise serde version requirement to >=1.0.220
v1.0.144
- Switch serde dependency to serde_core (#1285)
surrealdb/surrealdb (surrealdb)
v2.4.0: Release 2.4.0
Release 2.4.0
v2.3.10: Release 2.3.10
Release 2.3.10
v2.3.9: Release 2.3.9
Release 2.3.9
v2.3.8: Release 2.3.8
Release 2.3.8
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot