From d0209766a3c8540ffe54dcef895690ce17f167c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 00:24:50 +0100 Subject: [PATCH] build(deps): bump celes from 2.4.0 to 2.5.0 (#5469) Bumps [celes](https://github.com/mikelodder7/celes) from 2.4.0 to 2.5.0. - [Commits](https://github.com/mikelodder7/celes/commits/2.5.0) --- updated-dependencies: - dependency-name: celes 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 e8291f05c9..f0e350a0f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,9 +973,9 @@ dependencies = [ [[package]] name = "celes" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39b9a21273925d7cc9e8a9a5f068122341336813c607014f5ef64f82b6acba58" +checksum = "54441489dce7026efc8f01d1aa996c23fa39dd615a953d0e934433a42f61dd30" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 5cb1345d29..88af5dfe47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -212,7 +212,7 @@ bs58 = "0.5.1" bytecodec = "0.4.15" bytes = "1.7.2" cargo_metadata = "0.18.1" -celes = "2.4.0" +celes = "2.5.0" cfg-if = "1.0.0" chacha20 = "0.9.0" chacha20poly1305 = "0.10.1"