From 0357400a2e3dd15b3a9985e54b06eeddd91998b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 11:17:07 +0000 Subject: [PATCH] chore(deps): bump infer from 0.6.0 to 0.7.0 Bumps [infer](https://github.com/bojand/infer) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/bojand/infer/releases) - [Commits](https://github.com/bojand/infer/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: infer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- client/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 422c67b..07eec0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,9 +334,9 @@ checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee" [[package]] name = "cfb" -version = "0.4.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca453e8624711b2f0f4eb47076a318feda166252a827ee25d067b43de83dcba0" +checksum = "74f89d248799e3f15f91b70917f65381062a01bb8e222700ea0e5a7ff9785f9c" dependencies = [ "byteorder", "uuid", @@ -1598,9 +1598,9 @@ dependencies = [ [[package]] name = "infer" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fe51fa1be60e2a136243674bf4b938279ebddc7019dd5671211e375145759e9" +checksum = "20b2b533137b9cad970793453d4f921c2e91312a6d88b1085c07bc15fc51bb3b" dependencies = [ "cfb", ] diff --git a/client/Cargo.toml b/client/Cargo.toml index 6364a2d..03a89a6 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/harmony-development/loqui" homepage = "https://github.com/harmony-development/loqui" [dependencies] -infer = "0.6.0" +infer = "0.7.0" tokio = { version = "1.9", features = ["sync"] } ahash = "0.7"