From 4e5cb9769402368b6fb6dd1638ab8eb5f229f042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 08:58:25 +0000 Subject: [PATCH] build(deps): bump infer from 0.13.0 to 0.14.0 Bumps [infer](https://github.com/bojand/infer) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/bojand/infer/releases) - [Commits](https://github.com/bojand/infer/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: infer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- fydia-router/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3a296b..488e1a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,9 +1063,9 @@ dependencies = [ [[package]] name = "infer" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f551f8c3a39f68f986517db0d1759de85881894fdc7db798bd2a9df9cb04b7fc" +checksum = "bbb78f4c4a058ef30a9ff77322e758f7e60f871274b602d7fdc1b0956b0cb88e" dependencies = [ "cfb", ] diff --git a/fydia-router/Cargo.toml b/fydia-router/Cargo.toml index 2b98627..3da6aa2 100644 --- a/fydia-router/Cargo.toml +++ b/fydia-router/Cargo.toml @@ -21,7 +21,7 @@ axum = { version = "0.6.18", features = ["ws", "headers"] } log = "0.4.17" mime = "0.3.17" multer = "2.1.0" -infer = "0.13.0" +infer = "0.14.0" mime_guess = "2.0.4" tracing = "0.1.38" tower-http = { version = "0.4.0", features = ["trace"] }