chore(deps): Bump paste from 1.0.8 to 1.0.9 (#5526)

Bumps [paste](https://github.com/dtolnay/paste) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/dtolnay/paste/releases)
- [Commits](https://github.com/dtolnay/paste/compare/1.0.8...1.0.9)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-09-01 12:07:53 +00:00 committed by GitHub
parent fc162b9dc2
commit 7c61bdcf35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -3321,9 +3321,9 @@ dependencies = [
[[package]]
name = "paste"
version = "1.0.8"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22"
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
[[package]]
name = "pbjson"

View File

@ -50,6 +50,6 @@ trace = { path = "../trace" }
assert_matches = "1.5.0"
bitflags = {version = "1.3.2"}
once_cell = "1"
paste = "1.0.8"
paste = "1.0.9"
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
tokio-stream = {version = "0.1.9", default_features = false }

View File

@ -24,7 +24,7 @@ workspace-hack = { path = "../workspace-hack"}
assert_matches = "1.5.0"
dotenvy = "0.15.1"
mutable_batch_lp = { path = "../mutable_batch_lp" }
paste = "1.0.8"
paste = "1.0.9"
pretty_assertions = "1.3.0"
rand = "0.8"
tempfile = "3"

View File

@ -42,7 +42,7 @@ write_summary = { path = "../write_summary" }
assert_matches = "1.5"
criterion = { version = "0.3.6", features = ["async_tokio", "html_reports"] }
once_cell = "1"
paste = "1.0.8"
paste = "1.0.9"
pretty_assertions = "1.3.0"
rand = "0.8.3"
schema = { path = "../schema" }