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
parent
fc162b9dc2
commit
7c61bdcf35
|
@ -3321,9 +3321,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "paste"
|
name = "paste"
|
||||||
version = "1.0.8"
|
version = "1.0.9"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22"
|
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pbjson"
|
name = "pbjson"
|
||||||
|
|
|
@ -50,6 +50,6 @@ trace = { path = "../trace" }
|
||||||
assert_matches = "1.5.0"
|
assert_matches = "1.5.0"
|
||||||
bitflags = {version = "1.3.2"}
|
bitflags = {version = "1.3.2"}
|
||||||
once_cell = "1"
|
once_cell = "1"
|
||||||
paste = "1.0.8"
|
paste = "1.0.9"
|
||||||
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
|
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
|
||||||
tokio-stream = {version = "0.1.9", default_features = false }
|
tokio-stream = {version = "0.1.9", default_features = false }
|
||||||
|
|
|
@ -24,7 +24,7 @@ workspace-hack = { path = "../workspace-hack"}
|
||||||
assert_matches = "1.5.0"
|
assert_matches = "1.5.0"
|
||||||
dotenvy = "0.15.1"
|
dotenvy = "0.15.1"
|
||||||
mutable_batch_lp = { path = "../mutable_batch_lp" }
|
mutable_batch_lp = { path = "../mutable_batch_lp" }
|
||||||
paste = "1.0.8"
|
paste = "1.0.9"
|
||||||
pretty_assertions = "1.3.0"
|
pretty_assertions = "1.3.0"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
|
|
|
@ -42,7 +42,7 @@ write_summary = { path = "../write_summary" }
|
||||||
assert_matches = "1.5"
|
assert_matches = "1.5"
|
||||||
criterion = { version = "0.3.6", features = ["async_tokio", "html_reports"] }
|
criterion = { version = "0.3.6", features = ["async_tokio", "html_reports"] }
|
||||||
once_cell = "1"
|
once_cell = "1"
|
||||||
paste = "1.0.8"
|
paste = "1.0.9"
|
||||||
pretty_assertions = "1.3.0"
|
pretty_assertions = "1.3.0"
|
||||||
rand = "0.8.3"
|
rand = "0.8.3"
|
||||||
schema = { path = "../schema" }
|
schema = { path = "../schema" }
|
||||||
|
|
Loading…
Reference in New Issue