aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-08 13:11:02 -0400
committerGitHub <noreply@github.com>2022-06-08 13:11:02 -0400
commit1bb8e9302cd203e66b4a585fd6c6d0a47b005194 (patch)
tree49a9c6ec45e33519fa8cc5739a65d1a53bed068a
parenta57512d0837a7eb438b21f0a26be71269a8ed31d (diff)
downloadxesite-1bb8e9302cd203e66b4a585fd6c6d0a47b005194.tar.xz
xesite-1bb8e9302cd203e66b4a585fd6c6d0a47b005194.zip
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>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 74cd9ba..0fb57bf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2550,9 +2550,9 @@ dependencies = [
[[package]]
name = "tokio-stream"
-version = "0.1.8"
+version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
+checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
dependencies = [
"futures-core",
"pin-project-lite",