The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump tokio-stream from 0.1.8 to 0.1.9 (#484)

Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.8 to 0.1.9.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.8...tokio-stream-0.1.9)

---
updated-dependencies:
- dependency-name: tokio-stream
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
1bb8e930 a57512d0

+2 -2
+2 -2
Cargo.lock
··· 2550 2550 2551 2551 [[package]] 2552 2552 name = "tokio-stream" 2553 - version = "0.1.8" 2553 + version = "0.1.9" 2554 2554 source = "registry+https://github.com/rust-lang/crates.io-index" 2555 - checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" 2555 + checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" 2556 2556 dependencies = [ 2557 2557 "futures-core", 2558 2558 "pin-project-lite",