The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump serde_yaml from 0.8.15 to 0.8.17 (#321)

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.15 to 0.8.17.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.15...0.8.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

authored by

dependabot-preview[bot]
dependabot-preview[bot]
and committed by
GitHub
2fc9d3a8 0034de35

+2 -2
+2 -2
Cargo.lock
··· 2015 2015 2016 2016 [[package]] 2017 2017 name = "serde_yaml" 2018 - version = "0.8.15" 2018 + version = "0.8.17" 2019 2019 source = "registry+https://github.com/rust-lang/crates.io-index" 2020 - checksum = "971be8f6e4d4a47163b405a3df70d14359186f9ab0f3a3ec37df144ca1ce089f" 2020 + checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23" 2021 2021 dependencies = [ 2022 2022 "dtoa", 2023 2023 "linked-hash-map",