From c5a9717a66e9a744d10e309765836a3a50926202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:51:36 +0000 Subject: [PATCH] Bump martian-filetypes from `345490b` to `a91a376` Bumps [martian-filetypes](https://github.com/martian-lang/martian-rust) from `345490b` to `a91a376`. - [Commits](https://github.com/martian-lang/martian-rust/compare/345490b52d2722fe30b042d78dcd601225aaee21...a91a376abee0817f794e171968d2a5d92d669231) --- updated-dependencies: - dependency-name: martian-filetypes dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc73fa95..b8350091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -995,7 +995,7 @@ 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#a91a376abee0817f794e171968d2a5d92d669231" dependencies = [ "anyhow", "backtrace", @@ -1012,7 +1012,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#a91a376abee0817f794e171968d2a5d92d669231" dependencies = [ "martian", "proc-macro2", @@ -1024,7 +1024,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#a91a376abee0817f794e171968d2a5d92d669231" dependencies = [ "anyhow", "bincode",