From 6028295748553e94d1d2941b29962fdea9f271dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:14:30 +0000 Subject: [PATCH] Bump glob from 0.3.0 to 0.3.1 Bumps [glob](https://github.com/rust-lang/glob) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/rust-lang/glob/releases) - [Commits](https://github.com/rust-lang/glob/compare/0.3.0...0.3.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- plume-models/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16efba6b..1a4e162d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1632,9 +1632,9 @@ checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793" [[package]] name = "glob" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" +checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "guid" diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index a7dfe9e5..914bf803 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -27,7 +27,7 @@ webfinger = "0.4.1" whatlang = "0.16.2" shrinkwraprs = "0.3.0" diesel-derive-newtype = "1.0.0" -glob = "0.3.0" +glob = "0.3.1" lindera-tantivy = { version = "0.7.1", optional = true } tracing = "0.1.35" riker = "0.4.2"