1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): 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:34:41 +00:00
committed by Quentin Gliech
parent fa7a450e6d
commit 875b43f66a
2 changed files with 4 additions and 5 deletions

7
Cargo.lock generated
View File

@ -1797,9 +1797,9 @@ dependencies = [
[[package]] [[package]]
name = "futures-lite" name = "futures-lite"
version = "2.0.0" version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63" checksum = "d3831c2651acb5177cbd83943f3d9c8912c5ad03c76afcc0e9511ba568ec5ebb"
dependencies = [ dependencies = [
"fastrand 2.0.1", "fastrand 2.0.1",
"futures-core", "futures-core",
@ -1807,7 +1807,6 @@ dependencies = [
"memchr", "memchr",
"parking", "parking",
"pin-project-lite", "pin-project-lite",
"waker-fn",
] ]
[[package]] [[package]]
@ -3329,7 +3328,7 @@ dependencies = [
"async-trait", "async-trait",
"chrono", "chrono",
"event-listener 3.0.1", "event-listener 3.0.1",
"futures-lite 2.0.0", "futures-lite 2.0.1",
"mas-data-model", "mas-data-model",
"mas-email", "mas-email",
"mas-i18n", "mas-i18n",

View File

@ -15,7 +15,7 @@ async-stream = "0.3.5"
async-trait = "0.1.74" async-trait = "0.1.74"
chrono.workspace = true chrono.workspace = true
event-listener = "3.0.1" event-listener = "3.0.1"
futures-lite = "2.0.0" futures-lite = "2.0.1"
rand.workspace = true rand.workspace = true
rand_chacha = "0.3.1" rand_chacha = "0.3.1"
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres"] } sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres"] }