From 49bbab6f7aa83edc51bb8dcfad4c0bad5b0c7e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:46:19 +0000 Subject: [PATCH] Bump martian-filetypes from `345490b` to `9bf72bd` Bumps [martian-filetypes](https://github.com/martian-lang/martian-rust) from `345490b` to `9bf72bd`. - [Commits](https://github.com/martian-lang/martian-rust/compare/345490b52d2722fe30b042d78dcd601225aaee21...9bf72bda0a91a0d2fe7ecd7e77b5951aa7226467) --- updated-dependencies: - dependency-name: martian-filetypes dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc73fa95..b9478c2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -794,6 +794,12 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + [[package]] name = "http" version = "0.2.8" @@ -995,12 +1001,12 @@ dependencies = [ [[package]] name = "martian" version = "0.26.0" -source = "git+https://github.com/martian-lang/martian-rust?branch=master#345490b52d2722fe30b042d78dcd601225aaee21" +source = "git+https://github.com/martian-lang/martian-rust?branch=master#9bf72bda0a91a0d2fe7ecd7e77b5951aa7226467" dependencies = [ "anyhow", "backtrace", "fern", - "heck", + "heck 0.5.0", "log", "rustc_version", "serde", @@ -1012,7 +1018,7 @@ dependencies = [ [[package]] name = "martian-derive" version = "0.26.0" -source = "git+https://github.com/martian-lang/martian-rust?branch=master#345490b52d2722fe30b042d78dcd601225aaee21" +source = "git+https://github.com/martian-lang/martian-rust?branch=master#9bf72bda0a91a0d2fe7ecd7e77b5951aa7226467" dependencies = [ "martian", "proc-macro2", @@ -1024,7 +1030,7 @@ dependencies = [ [[package]] name = "martian-filetypes" version = "0.27.0" -source = "git+https://github.com/martian-lang/martian-rust?branch=master#345490b52d2722fe30b042d78dcd601225aaee21" +source = "git+https://github.com/martian-lang/martian-rust?branch=master#9bf72bda0a91a0d2fe7ecd7e77b5951aa7226467" dependencies = [ "anyhow", "bincode", @@ -1333,7 +1339,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" dependencies = [ "bytes", - "heck", + "heck 0.4.0", "itertools", "lazy_static", "log", @@ -1706,7 +1712,7 @@ version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" dependencies = [ - "heck", + "heck 0.4.0", "proc-macro2", "quote", "rustversion",