diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-02 09:40:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-02 09:40:18 -0500 |
| commit | 30728090d99a5b5020388bcb49aae0fa88169946 (patch) | |
| tree | b2af1db934060a0cbbabc92d53bb212e21a975db | |
| parent | c117eae7c5af977d0299d34169e4a403f77e2afa (diff) | |
| download | xesite-30728090d99a5b5020388bcb49aae0fa88169946.tar.xz xesite-30728090d99a5b5020388bcb49aae0fa88169946.zip | |
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>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2519,9 +2519,9 @@ dependencies = [ [[package]] name = "serde_dhall" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e1875f011ba1a37810617c9325b590a2539f44adae194578eafa681a276ec98" +checksum = "655a5c686ad80aef90d2e6bfea3715778623c9a659017c8346bc97eb58f9b27d" dependencies = [ "dhall", "dhall_proc_macros", @@ -35,7 +35,7 @@ regex = "1" reqwest = { version = "0.11", features = ["json"] } serde = { version = "1", features = ["derive"] } serde_json = "1" -serde_dhall = "0.12.0" +serde_dhall = "0.12.1" serde_yaml = "0.9" sha2 = "0.10" sitemap = "0.4" |
