From acb75406a730dec179611ddfa8f7d3d6dfc7057b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 11:08:03 +0000 Subject: [PATCH] Update serde_dhall requirement from 0.12 to 0.13 Updates the requirements on [serde_dhall](https://github.com/Nadrieril/dhall-rust) to permit the latest version. - [Changelog](https://github.com/Nadrieril/dhall-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/Nadrieril/dhall-rust/commits) --- updated-dependencies: - dependency-name: serde_dhall dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f1c4ed2..3fc18edd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ num = "0.4.0" enum-iterator = "2.0.0" typed-builder = "0.21.0" snafu = { version = "0.8.3", features = ["backtrace"] } -serde_dhall = "0.12" +serde_dhall = "0.13" indexmap = { version = "2.6.0", features = ["serde"] } statrs = "0.18.0"