From cb23dba67de5667751eacd781feb28ea3e477f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 15:30:01 +0000 Subject: [PATCH] Bump persy from 1.4.4 to 1.4.7 Bumps [persy](https://gitlab.com/tglman/persy) from 1.4.4 to 1.4.7. - [Changelog](https://gitlab.com/tglman/persy/blob/master/release-checklist.md) - [Commits](https://gitlab.com/tglman/persy/compare/1.4.4...1.4.7) --- updated-dependencies: - dependency-name: persy dependency-type: direct:production update-type: version-update:semver-patch ... 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 2b3cd206..8e8ff25b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1811,9 +1811,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "persy" -version = "1.4.4" +version = "1.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3712821f12453814409ec149071bd4832a8ec458e648579c104aee30ed70b300" +checksum = "3cd38c602b23c2f451842d89f27cd5e0d4b292176daf40feeda859c658dcdc76" dependencies = [ "crc", "data-encoding", diff --git a/Cargo.toml b/Cargo.toml index 2923def7..b2cb186d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ loole = "0.1" # Used for storing data permanently #sled = { version = "0.34.7", features = ["compression", "no_metrics"], optional = true } #sled = { git = "https://github.com/spacejam/sled.git", rev = "e4640e0773595229f398438886f19bca6f7326a2", features = ["compression"] } -persy = { version = "1.4.4", optional = true, features = ["background_ops"] } +persy = { version = "1.4.7", optional = true, features = ["background_ops"] } # Used for the http request / response body type for Ruma endpoints used with reqwest bytes = "1.5.0"