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.8
|
chrono | dependencies | patch |
0.4.41 -> 0.4.42
|
config | dependencies | patch |
0.15.15 -> 0.15.18
|
serde (source) | dependencies | patch |
1.0.219 -> 1.0.228
|
serde_json | dependencies | patch |
1.0.143 -> 1.0.145
|
surrealdb | dependencies | patch |
2.3.7 -> 2.3.10
|
Release Notes
actix/actix-web (actix-files)
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-linux
support by @arjunr2 in https://github.com/chronotope/chrono/pull/1707 - Fix OpenHarmony's
tzdata
parsing 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
?Sized
bound to related methods ofDelayedFormat::write_to
by @Huliiiiii in https://github.com/chronotope/chrono/pull/1721 - Add
from_timestamp_secs
method toDateTime
by @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.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
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_with
attribute 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.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