diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-20 09:09:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-20 09:09:57 -0400 |
| commit | ba49eb8f12c7db1469a2923e0b789d1f15bb2440 (patch) | |
| tree | 780e963554792db33c427c17c364fcbb02bafe1e | |
| parent | 00d101b3936f351c4009debd8f70542788198a20 (diff) | |
| download | xesite-ba49eb8f12c7db1469a2923e0b789d1f15bb2440.tar.xz xesite-ba49eb8f12c7db1469a2923e0b789d1f15bb2440.zip | |
build(deps): bump serde_dhall from 0.11.0 to 0.11.1 (#478)
Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.11.0 to 0.11.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/compare/serde_dhall-v0.11.0...serde_dhall-v0.11.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 | 8 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -544,9 +544,9 @@ dependencies = [ [[package]] name = "dhall" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49483fe619f146762fa89c7c840fa1fbf8b534cab0b59622106e8f434bbd4bca" +checksum = "9093ee48621ca9db16cd4948c7acf24a8ecc9af41cc9e226e39ea719df06d8b5" dependencies = [ "abnf_to_pest", "annotate-snippets", @@ -2202,9 +2202,9 @@ dependencies = [ [[package]] name = "serde_dhall" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5212ade489a28b0763867bb60a15169e41d855f3c04c0b26aa3bea50f9770e12" +checksum = "0f7791cbb53e9db687bc88935eee148bacb2c6b2fc56418a2f20d54e7a74ea47" dependencies = [ "dhall", "dhall_proc_macros", @@ -32,7 +32,7 @@ mime = "0.3.0" prometheus = { version = "0.13", default-features = false, features = ["process"] } rand = "0" reqwest = { version = "0.11", features = ["json"] } -serde_dhall = "0.11.0" +serde_dhall = "0.11.1" serde = { version = "1", features = ["derive"] } serde_yaml = "0.8" sitemap = "0.4" |
