Improve diagnostic when a #[source], #[from], or #[transparant] attribute refers to a type that has no std::error::Error impl (#258, thanks @de-vri-es)
1.0.49
Access libcore types through ::core in generated code (#255, thanks @mina86)
1.0.48
Improve implementation of displaying Path values in a generated Display impl (#251, thanks @mina86)
Fix "failed to parse manifest" error when building serde using a Cargo version between 1.45 and 1.50 (#2603)
v1.0.187
Remove support for Emscripten targets on rustc older than 1.40 (#2600)
v1.0.186
Disallow incompatible versions of serde_derive and serde in the dependency graph (#2588, thanks @soqb)
v1.0.185
Fix error "cannot move out of *self which is behind a shared reference" deriving Serialize on a non_exhaustive enum (#2591)
v1.0.184
Restore from-source serde_derive build on all platforms — eventually we'd like to use a first-class precompiled macro if such a thing becomes supported by cargo / crates.io
v1.0.183
Support deserializing Box<OsStr> with an equivalent representation as OsString (#2556, thanks @DBLouis)
v1.0.182
Render field aliases in sorted order in error messages (#2458, thanks @Mingun)
Support serde(default) on tuple structs (#2553, thanks @Mingun)
v1.0.181
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)
v1.0.180
Update to 2018 edition
v1.0.179
Support serialization of tuple variants inside a flattened field (#2448, thanks @Mingun)
v1.0.178
Fix build error when using serde with "std" feature turned off and "unstable" feature turned on (#2541)
Another smaller release. Fixes a regression from 0.17.4 and should drastically improve ETA and speed estimation thanks to great work by @afontenot in #539.
Switch Estimator to use an exponential weighting (#539, thanks to @afontenot)
Fix subtract with overflow when measuring terminal line length (#547, thanks to @foresterre)
Add builder-like with_finish method to ProgressBarIter (#548, thanks to @matthewhchan)
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the patch group with 9 updates:
1.0.40
1.0.50
1.0.160
1.0.193
1.0.26
1.0.28
0.4.38
0.4.40
0.4.17
0.4.20
0.3.28
0.3.29
1.0.71
1.0.75
0.17.3
0.17.7
1.0.96
1.0.108
Updates
thiserror
from 1.0.40 to 1.0.50Release notes
Sourced from thiserror's releases.
Commits
a7d220d
Release 1.0.504088d16
Ignore module_name_repetitions pedantic clippy lintebebf77
Format ui tests with rustfmtff0a0a5
Source and From attributes only have single-ident path7cec716
Remove reliance on Spanned for Memberc9fe739
Touch up PR 2584850c6f
Merge pull request #258 from de-vri-es/as-dyn-error-spana49f7c6
Change span ofas_dyn_error()
to point compile error at attribute.f4eac7e
Ignore needless_raw_string_hashes clippy lint54465b7
Release 1.0.49Updates
serde
from 1.0.160 to 1.0.193Release notes
Sourced from serde's releases.
... (truncated)
Commits
44613c7
Release 1.0.193c706281
Merge pull request #2655 from dtolnay/rangestartend65d75b8
Add RangeFrom and RangeTo tests332b0cb
Merge pull request #2654 from dtolnay/rangestartend8c4af41
Fix more RangeFrom / RangeEnd mixups24a78f0
Merge pull request #2653 from emilbonnek/fix/range-to-from-de-mixupc91c334
Fix Range{From,To} deserialize mixup2083f43
Update ui test suite to nightly-2023-11-194676abd
Release 1.0.19235700eb
Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untaggedUpdates
flate2
from 1.0.26 to 1.0.28Release notes
Sourced from flate2's releases.
Commits
a99b53e
Merge pull request #378 from Byron/prep-release223f829
Merge pull request #380 from Manishearth/reset-stream7a61ea5
Reset StreamWrapper after calling mz_inflate / mz_deflate1260d3e
prepare next patch-releasef62ff42
Merge pull request #375 from georeth/fix-read-doc5b23cc9
Fix and unify docs ofbufread
andread
types.f285e9a
Merge pull request #373 from anforowicz/fix-spare-capacity-handling69972b8
Fix soundness ofwrite_to_spare_capacity_of_vec
.82e45fa
Refactoring: Dedupe code intowrite_to_spare_capacity_of_vec
helper.20cdcbe
Merge pull request #371 from jongiddy/jgiddy/msrv-1.53Updates
tar
from 0.4.38 to 0.4.40Commits
3474445
Bump to 0.4.401d37489
feat: support handle very large uid/gid in PAX style tar (#333)826907c
Update xattr requirement from 0.2 to 1.0 (#334)c77f47c
Bump to 0.4.391fd8b4e
feat: setting permission mask inEntry
andArchive
(#330)7025986
test: temporary fix for UNC path parsing issue (#331)f4f439c
Preserve symlink mtimes (#289)c3e2cb8
archive: allow preserving ownerships when unpacking (#276)Updates
log
from 0.4.17 to 0.4.20Changelog
Sourced from log's changelog.
Commits
4708f14
Merge pull request #574 from chrysn-pull-requests/doc-log-to-defmt6de3ccc
Merge pull request #571 from rust-lang/cargo/0.4.20838920c
Merge pull request #575 from EFanZh/group-target-module-path-and-file3985711
Grouptarget
,module_path
andfile
arguments3f534d0
Move private APIs into a single modulef5ab686
doc: Add log-to-defmt to other-facilities section6d173bf
prepare for 0.4.20 releasecab1088
Merge pull request #570 from EFanZh/remove-local-inner-macros9d052b1
Removelocal_inner_macros
usagee9123d6
Merge pull request #568 from Thomasdezeeuw/remove-rustversion-depUpdates
futures-util
from 0.3.28 to 0.3.29Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
86f2a6a
Release 0.3.29a40204d
Provide AtomicWaker if portable-atomic feature is enabled, even if atomic CAS...24cca65
AddTryAny
adaptere60a439
AddTryAll
adapter5051335
Remove unsafe code from AssertUnmoved60a86e1
Fix Sync impl of FuturesUnorderedf392082
Extend io::AsyncBufReadExt::lines example with invalid UTF-82f2ec39
Fix infinite loop caused by invalid UTF-8 bytes8570ea6
Fix unused_imports warning43c0c5f
Add tests forStreamExt::all
andStreamExt::any
Updates
anyhow
from 1.0.71 to 1.0.75Release notes
Sourced from anyhow's releases.
Commits
6485cae
Release 1.0.75238223a
Work around ridiculous rust-analyzer behaviorcbade7d
Release 1.0.740798a9a
Reword bootstrap comment61d8676
Merge pull request #320 from RalfJung/bootstrap663c663
don't run build probes in rustc bootstrape471b2b
Release 1.0.738cf1d15
Merge pull request #319 from dtolnay/errorprovide31c8dff
Update to nightly's new Error::provide API496b958
Ignore ignored_unit_patterns pedantic clippy lint in test suiteUpdates
indicatif
from 0.17.3 to 0.17.7Release notes
Sourced from indicatif's releases.
Commits
Updates
serde_json
from 1.0.96 to 1.0.108Release notes
Sourced from serde_json's releases.
Commits
4bc1eaa
Release 1.0.1081454eac
Merge pull request #1082 from dtolnay/fromdoc0f072fa
Improve Value From and FromIterator docsa8e6f75
Merge pull request #1081 from fritzrehde/masterebaf617
fixed typosf56053d
Merge pull request #1080 from serde-rs/negativenan4e091d5
Add test of negative NaN and negative infinity421a70d
Fix unused imports39f5ad1
Remove 'remember to update' reminder from Cargo.toml5bb6960
Merge pull request #1075 from dimo414/masterDependabot 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