Skip to content

Commit f418d80

Browse files
authored
chore(deps): update rust crate serde to 1.0.217 (#2021)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde](https://serde.rs) ([source](https://redirect.github.com/serde-rs/serde)) | workspace.dependencies | patch | `1.0.216` -> `1.0.217` | --- ### Release Notes <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.217`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.217) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.216...v1.0.217) - Support serializing externally tagged unit variant inside flattened field ([#&#8203;2786](https://redirect.github.com/serde-rs/serde/issues/2786), thanks [@&#8203;Mingun](https://redirect.github.com/Mingun)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44My41IiwidXBkYXRlZEluVmVyIjoiMzkuODMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent 43667ed commit f418d80

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ self_update = { version = "0.41.0", default-features = false, features = [
104104
"archive-tar",
105105
"compression-flate2",
106106
] }
107-
serde = { version = "1.0.216", features = ["derive"] }
107+
serde = { version = "1.0.217", features = ["derive"] }
108108
serde_ignored = "0.1.10"
109109
serde_json = "1.0.134"
110110
serde_path_to_error = "0.1.16"

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ num-traits = { version = "0.2.19", default-features = false, features = ["std"]
3333
rand = { version = "0.8.5" }
3434
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
3535
regex-syntax = { version = "0.8.5" }
36-
serde = { version = "1.0.216", features = ["alloc", "derive"] }
36+
serde = { version = "1.0.217", features = ["alloc", "derive"] }
3737
serde_json = { version = "1.0.134", features = ["unbounded_depth"] }
3838
smallvec = { version = "1.13.2", default-features = false, features = ["const_generics"] }
3939
target-spec = { version = "3.3.1", default-features = false, features = ["custom", "summaries"] }
@@ -49,7 +49,7 @@ camino = { version = "1.1.9", default-features = false, features = ["serde1"] }
4949
cc = { version = "1.1.31", default-features = false, features = ["parallel"] }
5050
proc-macro2 = { version = "1.0.92" }
5151
quote = { version = "1.0.37" }
52-
serde = { version = "1.0.216", features = ["alloc", "derive"] }
52+
serde = { version = "1.0.217", features = ["alloc", "derive"] }
5353
syn = { version = "2.0.90", features = ["extra-traits", "full", "visit", "visit-mut"] }
5454

5555
[target.x86_64-unknown-linux-gnu.dependencies]

0 commit comments

Comments
 (0)