From c798dfcaa52862a98b9a57f7ee04f778c1090a37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 11:31:44 -0400 Subject: [PATCH] Bump prefixed-api-key from 0.2.0 to 0.3.0 (#448) Bumps [prefixed-api-key](https://github.com/brahmlower/prefixed-api-key) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/brahmlower/prefixed-api-key/releases) - [Changelog](https://github.com/brahmlower/prefixed-api-key/blob/main/CHANGELOG.md) - [Commits](https://github.com/brahmlower/prefixed-api-key/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: prefixed-api-key dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83c091b..9d62ff5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3114,9 +3114,9 @@ dependencies = [ [[package]] name = "prefixed-api-key" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a1392c6490debe7283eeb8fd424c41a5f9a2751ccd05f7e1a63d0b07522a9c" +checksum = "73c45ab8e504c85c6d1d32207001f4cca3370924424090a9487227843a71123d" dependencies = [ "bs58", "constant_time_eq 0.2.6", diff --git a/Cargo.toml b/Cargo.toml index c5c1089..ec1b9ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ time = { version = "0.3.36" } # Consider removing once another dependency updat toml = { version = "0.8.19" } tokio = { version = "1.38.1", features = ["macros", "process", "rt"] } tokio-cron-scheduler = { version = "0.11.0", features = ["signal"]} -prefixed-api-key = { version = "0.2.0", features = ["sha2"]} +prefixed-api-key = { version = "0.3.0", features = ["sha2"]} prettytable-rs = { version = "0.10.0"} url = { version = "2.5.2", features = ["serde"] } urlencoding = { version = "2.1.3" }