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.14 to 0.9.16 (#584)

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

---
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
af0ab957 81ffb702

+2 -2
+2 -2
Cargo.lock
··· 2497 2497 2498 2498 [[package]] 2499 2499 name = "serde_yaml" 2500 - version = "0.9.14" 2500 + version = "0.9.16" 2501 2501 source = "registry+https://github.com/rust-lang/crates.io-index" 2502 - checksum = "6d232d893b10de3eb7258ff01974d6ee20663d8e833263c99409d4b13a0209da" 2502 + checksum = "92b5b431e8907b50339b51223b97d102db8d987ced36f6e4d03621db9316c834" 2503 2503 dependencies = [ 2504 2504 "indexmap", 2505 2505 "itoa 1.0.2",