aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-12 08:32:23 -0400
committerGitHub <noreply@github.com>2021-04-12 08:32:23 -0400
commitaa73162e4ba2a131cb3e9ee888c3d3ff357c68eb (patch)
tree196247c2c7d5728c3586a825ada2fd73790c4b80 /Cargo.lock
parenta22a2176cea91157f6ebb0d0a7e8275acbb2835e (diff)
downloadxesite-aa73162e4ba2a131cb3e9ee888c3d3ff357c68eb.tar.xz
xesite-aa73162e4ba2a131cb3e9ee888c3d3ff357c68eb.zip
build(deps): bump serde_dhall from 0.10.0 to 0.10.1 (#354)
Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.10.0 to 0.10.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.10.0...serde_dhall-v0.10.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 6 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9f5e317..08b20d9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -347,9 +347,9 @@ dependencies = [
[[package]]
name = "dhall"
-version = "0.10.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f0dc4d9d9848124c8c10f24e3696f86d5249d7d2dca8ca0556cff10f001d51e8"
+checksum = "5a7d7b648a24d2edd4ba9f31fe42c831080522d1cf35bca3522887ba0d802745"
dependencies = [
"abnf_to_pest",
"annotate-snippets",
@@ -372,11 +372,10 @@ dependencies = [
[[package]]
name = "dhall_proc_macros"
-version = "0.5.0"
+version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bf6cff1e2ddd03851652e0cde982b01dc877c9fc9da9ba25ad4241a151945f09"
+checksum = "f64ba6f41d9b223e2e1d7c97a1145a1aa03e57d65e1c9c2baa29f194caf322c9"
dependencies = [
- "itertools 0.9.0",
"proc-macro2",
"quote",
"syn",
@@ -1790,9 +1789,9 @@ dependencies = [
[[package]]
name = "serde_dhall"
-version = "0.10.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e01dfb806cc18b2cc347254781948862dba85e6fc2cf300b6cb321fa8fed9137"
+checksum = "1393976875f3080d8cd1ff54083129e2e6a30d7a62582b67c3eb5924789e8e75"
dependencies = [
"dhall",
"dhall_proc_macros",