chore(deps): Bump paste from 1.0.11 to 1.0.12 (#7130)

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

---
updated-dependencies:
- dependency-name: paste
  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>
pull/24376/head
dependabot[bot] 2023-03-06 10:40:41 +00:00 committed by GitHub
parent 8f3a9396d0
commit 3689827793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -4061,9 +4061,9 @@ dependencies = [
[[package]]
name = "paste"
version = "1.0.11"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
[[package]]
name = "pbjson"

View File

@ -55,6 +55,6 @@ mutable_batch_pb = { version = "0.1.0", path = "../mutable_batch_pb" }
[dev-dependencies]
assert_matches = "1.5.0"
lazy_static = "1.4.0"
paste = "1.0.11"
paste = "1.0.12"
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
tokio-stream = {version = "0.1.12", default_features = false }

View File

@ -57,7 +57,7 @@ criterion = { version = "0.4", default-features = false, features = ["async_toki
datafusion_util = { path = "../datafusion_util" }
lazy_static = "1.4.0"
mutable_batch_lp = { path = "../mutable_batch_lp" }
paste = "1.0.11"
paste = "1.0.12"
tempfile = "3.4.0"
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
tokio = { version = "1.26", features = ["macros", "time", "test-util"] }

View File

@ -28,7 +28,7 @@ workspace-hack = { version = "0.1", path = "../workspace-hack" }
assert_matches = "1.5.0"
dotenvy = "0.15.6"
mutable_batch_lp = { path = "../mutable_batch_lp" }
paste = "1.0.11"
paste = "1.0.12"
pretty_assertions = "1.3.0"
rand = "0.8"
tempfile = "3"

View File

@ -52,7 +52,7 @@ criterion = { version = "0.4", default-features = false, features = ["async_toki
influxdb_line_protocol = { path = "../influxdb_line_protocol" }
iox_tests = { path = "../iox_tests" }
once_cell = "1"
paste = "1.0.11"
paste = "1.0.12"
pretty_assertions = "1.3.0"
rand = "0.8.3"
schema = { path = "../schema" }