Ichika
Ichika copied to clipboard
chore(deps): bump serde from 1.0.181 to 1.0.189
Bumps serde from 1.0.181 to 1.0.189.
Release notes
Sourced from serde's releases.
v1.0.189
- Fix "cannot infer type" error when internally tagged enum contains untagged variant (#2613, thanks
@ahl)v1.0.188
- 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_deriveandserdein the dependency graph (#2588, thanks@soqb)v1.0.185
- Fix error "cannot move out of
*selfwhich is behind a shared reference" deriving Serialize on a non_exhaustive enum (#2591)v1.0.184
- Restore from-source
serde_derivebuild on all platforms — eventually we'd like to use a first-class precompiled macro if such a thing becomes supported by cargo / crates.iov1.0.183
- Support deserializing
Box<OsStr>with an equivalent representation asOsString(#2556, thanks@DBLouis)v1.0.182
Commits
e94fc65Release 1.0.189b908487Remove double nesting of first_attempt2a7c7faMerge pull request #2613 from ahl/fix-untagged-plus-simplee302e15Merge pull request #2625 from marcospb19/add-csv-to-the-list1cbea89Add CSV to the formats list37a3285Update ui test suite to nightly-2023-10-068c4aad3Clean up unneeded raw strings in test1774794Resolve needless_raw_string_hashes clippy lint in test1af23f1Test docs.rs documentation build in CI94fbc3dfix clippy- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)