mirror of
https://github.com/figsoda/mmtc
synced 2025-02-16 21:38:38 +00:00
Merge pull request #210 from figsoda/dependabot/cargo/futures-lite-1.13.0
Bump futures-lite from 1.12.0 to 1.13.0
This commit is contained in:
commit
04c20caaa7
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -348,9 +348,9 @@ checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "futures-lite"
|
name = "futures-lite"
|
||||||
version = "1.12.0"
|
version = "1.13.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastrand",
|
"fastrand",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
|
|
@ -19,7 +19,7 @@ crossbeam-queue = "0.3.8"
|
||||||
crossterm = "0.26.1"
|
crossterm = "0.26.1"
|
||||||
dirs = "5.0.0"
|
dirs = "5.0.0"
|
||||||
expand = "0.3.0"
|
expand = "0.3.0"
|
||||||
futures-lite = "1.12.0"
|
futures-lite = "1.13.0"
|
||||||
ron = "0.8.0"
|
ron = "0.8.0"
|
||||||
secular = { version = "1.0.1", features = ["normalization"] }
|
secular = { version = "1.0.1", features = ["normalization"] }
|
||||||
serde = { version = "1.0.159", features = ["derive"] }
|
serde = { version = "1.0.159", features = ["derive"] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue