rust-react-typescript-demo
rust-react-typescript-demo copied to clipboard
Bump serde_derive from 1.0.117 to 1.0.122 in /foodi-backend
Bumps serde_derive from 1.0.117 to 1.0.122.
Release notes
Sourced from serde_derive's releases.
v1.0.122
Add IntoDeserializer impl for &[u8] (#1898, thanks
@Mingun)Handle unrecognized numeric field keys during deserialization of a field_identifier, equivalently to string field keys (#1914, thanks
@Mingun)Add attribute to override default deserialization failure expectation message (#1916, thanks
@Mingun)#[derive(Deserialize)] #[serde(untagged, expecting = "single version or array of versions")] struct VersionSpec { One(Version), Many(Vec<Version>), }Improve
serde_testhandling of map entries and error message construction (#1918, thanks@Mingun)Produce more accurate location information on test failures from
serde_testcrate (#1920, thanks@Mingun)Improve diagnostic on failure to parse a
rename_allattribute (#1960, #1961)Eliminate unnecessary trait bounds on some value Deserializer impls (#1963)
v1.0.121
- Support borrowed data during deserialization of a field identifier (#1917, thanks
@Mingun)- Fix panic when deserializing
Durationwith nanoseconds that cause the seconds counter to overflow (#1958, thanks@jonasbb)v1.0.120
v1.0.118
Commits
ffed192Release 1.0.122bb7f94dAdd serde_derive_internals to clippy CI jobff0f467Opt in to pedantic clippy lints in serde_derive_internalsd1975f3Update serde_derive_internals to tool attrsb91713eSuppress clippy should_implement_trait lint6ea446fSuppress clippy unused_self pedantic lint85c6904Remove dependency on syn/visit feature2fd5212Remove unused trait impls on private MapAsEnum7d1bc1fMerge pull request #1963 from serde-rs/valuedebugcdc2fa1Eliminate inferred bound on error type of value deserializer Debug impls- 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