Skip to content

Commit f06edc9

Browse files
authored
chore(deps): update rust crate serde_ignored to 0.1.12 (#2348)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_ignored](https://redirect.github.com/dtolnay/serde-ignored) | workspace.dependencies | patch | `0.1.11` -> `0.1.12` | --- ### Release Notes <details> <summary>dtolnay/serde-ignored (serde_ignored)</summary> ### [`v0.1.12`](https://redirect.github.com/dtolnay/serde-ignored/releases/tag/0.1.12) [Compare Source](https://redirect.github.com/dtolnay/serde-ignored/compare/0.1.11...0.1.12) - Add support for deserializing 128-bit integers ([#&#8203;19](https://redirect.github.com/dtolnay/serde-ignored/issues/19), thanks [@&#8203;JakubValtar](https://redirect.github.com/JakubValtar)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent b3b6131 commit f06edc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -107,7 +107,7 @@ self_update = { version = "0.42.0", default-features = false, features = [
107107
"compression-flate2",
108108
] }
109109
serde = { version = "1.0.219", features = ["derive"] }
110-
serde_ignored = "0.1.11"
110+
serde_ignored = "0.1.12"
111111
serde_json = "1.0.140"
112112
serde_path_to_error = "0.1.17"
113113
sha2 = "0.10.9"

0 commit comments

Comments
 (0)