From 8955e9882fbd586f5a9e59780bf0e3e7072aa4e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 01:14:38 +0000 Subject: [PATCH] Bump pipe-trait from 0.3.2 to 0.4.0 Bumps [pipe-trait](https://github.com/KSXGitHub/pipe-trait) from 0.3.2 to 0.4.0. - [Release notes](https://github.com/KSXGitHub/pipe-trait/releases) - [Commits](https://github.com/KSXGitHub/pipe-trait/compare/0.3.2...0.4.0) --- updated-dependencies: - dependency-name: pipe-trait dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be51b13..173ddb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,10 +1,12 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "pipe-trait" -version = "0.3.2" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fd92f5561e74c246a0b7332e09d2364afb40b67d152c4520b3ba2a7d3dea5b3" +checksum = "c1be1ec9e59f0360aefe84efa6f699198b685ab0d5718081e9f72aa2344289e2" [[package]] name = "tap-trait" diff --git a/Cargo.toml b/Cargo.toml index 932a356..87319d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ include = [ ] [dev-dependencies] -pipe-trait = "^0.3.2" +pipe-trait = "^0.4.0"