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.11.1 to 0.11.2 (#500)

Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.11.1 to 0.11.2.
- [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/compare/serde_dhall-v0.11.1...serde_dhall-v0.11.2)

---
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
7828552c 000ed823

+3 -3
+2 -2
Cargo.lock
··· 2323 2323 2324 2324 [[package]] 2325 2325 name = "serde_dhall" 2326 - version = "0.11.1" 2326 + version = "0.11.2" 2327 2327 source = "registry+https://github.com/rust-lang/crates.io-index" 2328 - checksum = "0f7791cbb53e9db687bc88935eee148bacb2c6b2fc56418a2f20d54e7a74ea47" 2328 + checksum = "77c01a6b1d6f9f33bb1ad5652249e938297e43a1f43418236f7b72e64837e347" 2329 2329 dependencies = [ 2330 2330 "dhall", 2331 2331 "dhall_proc_macros",
+1 -1
Cargo.toml
··· 34 34 rand = "0" 35 35 regex = "1" 36 36 reqwest = { version = "0.11", features = ["json"] } 37 - serde_dhall = "0.11.1" 37 + serde_dhall = "0.11.2" 38 38 serde = { version = "1", features = ["derive"] } 39 39 serde_yaml = "0.8" 40 40 sitemap = "0.4"