From 89926cea843723f7e2fba0cbcd0a13cf3594cde2 Mon Sep 17 00:00:00 2001 From: ryantaylor <2320507+ryantaylor@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:28:40 -0400 Subject: [PATCH] Bump vault to fix parse error. --- Cargo.lock | 4 ++-- Gemfile.lock | 3 ++- lib/vault_coh/version.rb | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e43b5c0..9a8510f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -371,9 +371,9 @@ dependencies = [ [[package]] name = "vault" -version = "8.0.0" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "401c25d59ac1ca36a13d384627e8e86b425524f08f69d9eace9b4aa45ddcd88a" +checksum = "a5a50439bc89d725b8d00da69ee3cdb7a18dc7b940e5f53417e131ccce7e450b" dependencies = [ "byteorder", "magnus", diff --git a/Gemfile.lock b/Gemfile.lock index 5db9428..7eee21d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - vault_coh (5.0.0) + vault_coh (5.0.1) GEM remote: https://rubygems.org/ @@ -53,6 +53,7 @@ GEM PLATFORMS arm64-darwin-21 + arm64-darwin-23 x86_64-linux DEPENDENCIES diff --git a/lib/vault_coh/version.rb b/lib/vault_coh/version.rb index b8df965..a66e8e2 100644 --- a/lib/vault_coh/version.rb +++ b/lib/vault_coh/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module VaultCoh - VERSION = '5.0.0' + VERSION = '5.0.1' end