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.9.16 to 0.9.17 (#592)

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

---
updated-dependencies:
- dependency-name: serde_yaml
dependency-type: direct:production
update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
da99b2ba bbcec128

+2 -2
+2 -2
Cargo.lock
··· 2551 2551 2552 2552 [[package]] 2553 2553 name = "serde_yaml" 2554 - version = "0.9.16" 2554 + version = "0.9.17" 2555 2555 source = "registry+https://github.com/rust-lang/crates.io-index" 2556 - checksum = "92b5b431e8907b50339b51223b97d102db8d987ced36f6e4d03621db9316c834" 2556 + checksum = "8fb06d4b6cdaef0e0c51fa881acb721bed3c924cfaa71d9c94a3b771dfdf6567" 2557 2557 dependencies = [ 2558 2558 "indexmap", 2559 2559 "itoa 1.0.5",