Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Update Rust crate serde_yaml to 0.9.29 (#42)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [serde_yaml](https://github.com/dtolnay/serde-yaml) | dependencies |
patch | `0.9.25` -> `0.9.29` |

---

### Release Notes

<details>
<summary>dtolnay/serde-yaml (serde_yaml)</summary>

###
[`v0.9.29`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.29)

[Compare
Source](https://github.com/dtolnay/serde-yaml/compare/0.9.28...0.9.29)

-   Turn on `deny(unsafe_op_in_unsafe_fn)` lint

###
[`v0.9.28`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.28)

[Compare
Source](https://github.com/dtolnay/serde-yaml/compare/0.9.27...0.9.28)

-   Update `unsafe-libyaml` dependency to pull in unaligned write fix

###
[`v0.9.27`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.27)

[Compare
Source](https://github.com/dtolnay/serde-yaml/compare/0.9.26...0.9.27)

- Always serialize serde_yaml::Number containing NaN as a positive NaN
([#&#8203;394](https://github.com/dtolnay/serde-yaml/issues/394))

###
[`v0.9.26`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.26)

[Compare
Source](https://github.com/dtolnay/serde-yaml/compare/0.9.25...0.9.26)

- Guarantee that `.nan` is deserialized as a positive NaN
([#&#8203;392](https://github.com/dtolnay/serde-yaml/issues/392),
[#&#8203;393](https://github.com/dtolnay/serde-yaml/issues/393))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/kbudde/bench-metrics).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMTAzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 30, 2023
1 parent a45da96 commit dd467fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ reqwest = {version="0.11.20", features = ["blocking", "json"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106"
serde_with = "3.3.0"
serde_yaml = "0.9.25"
serde_yaml = "0.9.29"
structured-logger = "1.0.3"
tokio = { version = "1", features = ["full"] }

0 comments on commit dd467fb

Please sign in to comment.