build(deps): bump sled from 0.34.0 to 0.34.2
Bumps [sled](https://github.com/spacejam/sled) from 0.34.0 to 0.34.2. - [Release notes](https://github.com/spacejam/sled/releases) - [Changelog](https://github.com/spacejam/sled/blob/master/CHANGELOG.md) - [Commits](https://github.com/spacejam/sled/compare/v0.34...v0.34.2) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
050c46388f
commit
ce7f3e6c01
|
@ -1919,9 +1919,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|||
|
||||
[[package]]
|
||||
name = "sled"
|
||||
version = "0.34.0"
|
||||
version = "0.34.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2b2aed3832b6d0c828efe6bcb6c309a18cf487dffc5cc0787da2ce140f0fb0ce"
|
||||
checksum = "9e6a1b592011d7eb727a261d2f80608db11d7f02972c7016e8d4e74e67fe0daf"
|
||||
dependencies = [
|
||||
"crc32fast",
|
||||
"crossbeam-epoch",
|
||||
|
|
|
@ -15,7 +15,7 @@ dirs = "3.0.1"
|
|||
hex = "0.4.2"
|
||||
lazy_static = "1.4.0"
|
||||
serde = { version = "1", features = ["serde_derive"] }
|
||||
sled = "0.34.0"
|
||||
sled = "0.34.2"
|
||||
|
||||
futures = "0.3.5"
|
||||
tower = "0.3.1"
|
||||
|
|
Loading…
Reference in New Issue