From c68f0ae7e1f602a1a0d293e5725b33b49089d283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 18:28:25 +0000 Subject: [PATCH] Bump unsafe-libyaml in /sources/pavex/examples/realworld Bumps [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) from 0.2.8 to 0.2.10. - [Release notes](https://github.com/dtolnay/unsafe-libyaml/releases) - [Commits](https://github.com/dtolnay/unsafe-libyaml/compare/0.2.8...0.2.10) --- updated-dependencies: - dependency-name: unsafe-libyaml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- sources/pavex/examples/realworld/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 sources/pavex/examples/realworld/Cargo.lock diff --git a/sources/pavex/examples/realworld/Cargo.lock b/sources/pavex/examples/realworld/Cargo.lock old mode 100755 new mode 100644 index 194c4d51..789fa129 --- a/sources/pavex/examples/realworld/Cargo.lock +++ b/sources/pavex/examples/realworld/Cargo.lock @@ -2657,9 +2657,9 @@ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" [[package]] name = "unsafe-libyaml" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6" +checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b" [[package]] name = "untrusted"