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_dhall from 0.12.0 to 0.12.1 (#604)

Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/Nadrieril/dhall-rust/releases)
- [Changelog](https://github.com/Nadrieril/dhall-rust/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Nadrieril/dhall-rust/commits/serde_dhall-v0.12.1)

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

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
30728090 c117eae7

+3 -3
+2 -2
Cargo.lock
··· 2519 2519 2520 2520 [[package]] 2521 2521 name = "serde_dhall" 2522 - version = "0.12.0" 2522 + version = "0.12.1" 2523 2523 source = "registry+https://github.com/rust-lang/crates.io-index" 2524 - checksum = "8e1875f011ba1a37810617c9325b590a2539f44adae194578eafa681a276ec98" 2524 + checksum = "655a5c686ad80aef90d2e6bfea3715778623c9a659017c8346bc97eb58f9b27d" 2525 2525 dependencies = [ 2526 2526 "dhall", 2527 2527 "dhall_proc_macros",
+1 -1
Cargo.toml
··· 35 35 reqwest = { version = "0.11", features = ["json"] } 36 36 serde = { version = "1", features = ["derive"] } 37 37 serde_json = "1" 38 - serde_dhall = "0.12.0" 38 + serde_dhall = "0.12.1" 39 39 serde_yaml = "0.9" 40 40 sha2 = "0.10" 41 41 sitemap = "0.4"