Bump futures-lite from 2.0.0 to 2.0.1

Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/smol-rs/futures-lite/releases)
- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/futures-lite/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: futures-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-06 08:49:46 +00:00 committed by GitHub
parent 0bb97e2f16
commit 4323e5b9e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

13
Cargo.lock generated
View file

@ -104,7 +104,7 @@ checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
dependencies = [
"async-io",
"blocking",
"futures-lite 2.0.0",
"futures-lite 2.0.1",
]
[[package]]
@ -408,9 +408,9 @@ dependencies = [
[[package]]
name = "futures-lite"
version = "2.0.0"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63"
checksum = "d3831c2651acb5177cbd83943f3d9c8912c5ad03c76afcc0e9511ba568ec5ebb"
dependencies = [
"fastrand 2.0.1",
"futures-core",
@ -418,7 +418,6 @@ dependencies = [
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
@ -522,7 +521,7 @@ dependencies = [
"crossterm",
"dirs",
"expand",
"futures-lite 2.0.0",
"futures-lite 2.0.1",
"ratatui",
"ron",
"secular",
@ -537,9 +536,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "parking"
version = "2.1.0"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
[[package]]
name = "parking_lot"

View file

@ -19,7 +19,7 @@ crossbeam-queue = "0.3.8"
crossterm = "0.27.0"
dirs = "5.0.1"
expand = "0.3.0"
futures-lite = "2.0.0"
futures-lite = "2.0.1"
ron = "0.8.1"
secular = { version = "1.0.1", features = ["normalization"] }
serde = { version = "1.0.190", features = ["derive"] }