From 1c9452cf3b6a27c0d1fd169d19fbfd146440974a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:18:06 +0000 Subject: [PATCH] build(deps): bump vpin from 0.16.1 to 0.17.0 Bumps [vpin](https://github.com/francisdb/vpin) from 0.16.1 to 0.17.0. - [Release notes](https://github.com/francisdb/vpin/releases) - [Changelog](https://github.com/francisdb/vpin/blob/main/CHANGELOG.md) - [Commits](https://github.com/francisdb/vpin/compare/v0.16.1...v0.17.0) --- updated-dependencies: - dependency-name: vpin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ac2314..ef62d3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2050,9 +2050,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vpin" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab30dc5d2f6e6d56ff59afca784144523a152c4010dc1a0a15ebd5e1de0fddae" +checksum = "f7a6c05d80b75a8a0438c63331e18b5ddb7aaa0afd9d52fbd17d9113654a5244" dependencies = [ "byteorder", "bytes", diff --git a/Cargo.toml b/Cargo.toml index cd67c3c..640587c 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.4" regex = { version = "1.11.1", features = [] } -vpin = { version = "0.16.1" } +vpin = { version = "0.17.0" } rust-ini = "0.21.1" edit = "0.1.5" jojodiff = "0.1.2"