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"