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] <support@github.com>
This commit is contained in:
parent
14fc20e31e
commit
cb23dba67d
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue