aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-11 17:40:25 -0500
committerGitHub <noreply@github.com>2022-01-11 17:40:25 -0500
commit99f302a44a79f4371a1f55e4e6e9ea8c06d37e86 (patch)
tree4ee209e6b91f1bb5523b2acf06fc763968c7c557 /Cargo.lock
parent97e31d0e8bcf24303d15164b443e53f6e563b493 (diff)
downloadxesite-99f302a44a79f4371a1f55e4e6e9ea8c06d37e86.tar.xz
xesite-99f302a44a79f4371a1f55e4e6e9ea8c06d37e86.zip
build(deps): bump serde_dhall from 0.10.1 to 0.11.0 (#425)
Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.10.1 to 0.11.0. - [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.1...serde_dhall-v0.11.0) --- updated-dependencies: - dependency-name: serde_dhall dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock22
1 files changed, 16 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a57e031..b2d15e7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -363,14 +363,15 @@ dependencies = [
[[package]]
name = "dhall"
-version = "0.10.1"
+version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5a7d7b648a24d2edd4ba9f31fe42c831080522d1cf35bca3522887ba0d802745"
+checksum = "49483fe619f146762fa89c7c840fa1fbf8b534cab0b59622106e8f434bbd4bca"
dependencies = [
"abnf_to_pest",
"annotate-snippets",
"elsa",
"hex",
+ "home",
"itertools 0.9.0",
"lazy_static",
"once_cell",
@@ -388,9 +389,9 @@ dependencies = [
[[package]]
name = "dhall_proc_macros"
-version = "0.5.1"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f64ba6f41d9b223e2e1d7c97a1145a1aa03e57d65e1c9c2baa29f194caf322c9"
+checksum = "df7c81d16870879ef530b07cef32bc6088f98937ab4168106cc8e382a05146bf"
dependencies = [
"proc-macro2",
"quote",
@@ -777,6 +778,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
+name = "home"
+version = "0.5.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
+dependencies = [
+ "winapi",
+]
+
+[[package]]
name = "http"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1791,9 +1801,9 @@ dependencies = [
[[package]]
name = "serde_dhall"
-version = "0.10.1"
+version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1393976875f3080d8cd1ff54083129e2e6a30d7a62582b67c3eb5924789e8e75"
+checksum = "5212ade489a28b0763867bb60a15169e41d855f3c04c0b26aa3bea50f9770e12"
dependencies = [
"dhall",
"dhall_proc_macros",