From 0f0bcf2e64f31662b1e47f1d7b232b884e2608a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 17:26:43 +0000 Subject: [PATCH] Bump serde_path_to_error from 0.1.13 to 0.1.14 Bumps [serde_path_to_error](https://github.com/dtolnay/path-to-error) from 0.1.13 to 0.1.14. - [Release notes](https://github.com/dtolnay/path-to-error/releases) - [Commits](https://github.com/dtolnay/path-to-error/compare/0.1.13...0.1.14) --- updated-dependencies: - dependency-name: serde_path_to_error dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- dropshot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d21eb310..791b9b91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1527,9 +1527,9 @@ dependencies = [ [[package]] name = "serde_path_to_error" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8acc4422959dd87a76cb117c191dcbffc20467f06c9100b76721dab370f24d3a" +checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335" dependencies = [ "itoa", "serde", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index af9d95c5..15a02484 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -28,7 +28,7 @@ proc-macro2 = "1.0.63" rustls = "0.21.5" rustls-pemfile = "1.0.3" serde_json = "1.0.99" -serde_path_to_error = "0.1.13" +serde_path_to_error = "0.1.14" serde_urlencoded = "0.7.1" sha1 = "0.10.5" slog = "2.5.0"