From e694248ad56db171dd7c14c7aa375a3385b05854 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 05:22:25 +0000 Subject: [PATCH] chore(deps): update rust crate infer to 0.16 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29b03a71..cbe09e5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1713,9 +1713,9 @@ dependencies = [ [[package]] name = "infer" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199" +checksum = "bc150e5ce2330295b8616ce0e3f53250e53af31759a9dbedad1621ba29151847" [[package]] name = "inlinable_string" diff --git a/Cargo.toml b/Cargo.toml index 83f81817..72818be4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ name = "conduit" version = "0.5.0" [workspace.dependencies.infer] -version = "0.15" +version = "0.16" default-features = false [workspace.dependencies.jsonwebtoken]