From 8a75b7a571cfa8710e10f3050021763b4551c578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 08:26:26 +0000 Subject: [PATCH] build(deps): bump infer from 0.13.0 to 0.15.0 Bumps [infer](https://github.com/bojand/infer) from 0.13.0 to 0.15.0. - [Release notes](https://github.com/bojand/infer/releases) - [Commits](https://github.com/bojand/infer/compare/v0.13.0...v0.15.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..47bd872 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,9 +1063,9 @@ dependencies = [ [[package]] name = "infer" -version = "0.13.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f551f8c3a39f68f986517db0d1759de85881894fdc7db798bd2a9df9cb04b7fc" +checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199" dependencies = [ "cfb", ] diff --git a/fydia-router/Cargo.toml b/fydia-router/Cargo.toml index 2b98627..c4b32af 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.15.0" mime_guess = "2.0.4" tracing = "0.1.38" tower-http = { version = "0.4.0", features = ["trace"] }