From 02fc2390997ac5a75af98f575a022c85586fbd29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:11:22 +0000 Subject: [PATCH] build(deps): bump vpin from 0.15.4 to 0.15.5 (#363) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0e3e59..4691a83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2031,9 +2031,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vpin" -version = "0.15.4" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1ea55d83572358d7232156868d2eb50cca8b61b762b64478745482866de18ee" +checksum = "874d2485d8b7f4d4012582683607da92d50babaab38101e03feec5f4a6c83d08" dependencies = [ "byteorder", "bytes", diff --git a/Cargo.toml b/Cargo.toml index a53e4a9..0b1bb68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ figment = { version = "0.10", features = ["toml", "env"] } toml = "0.8.19" is_executable = "1.0.1" regex = { version = "1.10.6", features = [] } -vpin = { version = "0.15.4" } +vpin = { version = "0.15.5" } rust-ini = "0.21.1" edit = "0.1.5"