chore(deps): Bump paste from 1.0.13 to 1.0.14 (#8244)
Bumps [paste](https://github.com/dtolnay/paste) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](https://github.com/dtolnay/paste/compare/1.0.13...1.0.14) --- 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
parent
2b164c0037
commit
e33a078128
|
@ -3980,9 +3980,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "paste"
|
||||
version = "1.0.13"
|
||||
version = "1.0.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35"
|
||||
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
||||
|
||||
[[package]]
|
||||
name = "pbjson"
|
||||
|
|
|
@ -25,7 +25,7 @@ tonic = { workspace = true }
|
|||
[dev-dependencies]
|
||||
assert_matches = "1.5.0"
|
||||
parking_lot = "0.12.1"
|
||||
paste = "1.0.13"
|
||||
paste = "1.0.14"
|
||||
test_helpers_end_to_end = { path = "../test_helpers_end_to_end" }
|
||||
tokio = "1.29.1"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ percent-encoding = "2.2.0"
|
|||
|
||||
[dev-dependencies] # In alphabetical order
|
||||
assert_matches = "1"
|
||||
paste = "1.0.13"
|
||||
paste = "1.0.14"
|
||||
proptest = { version = "1.2.0", default-features = false }
|
||||
test_helpers = { path = "../test_helpers" }
|
||||
hex = "0.4.2"
|
||||
|
|
|
@ -18,4 +18,4 @@ workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
|||
test_helpers = { path = "../test_helpers" }
|
||||
assert_matches = "1"
|
||||
insta = { version = "1.31.0", features = ["yaml"] }
|
||||
paste = "1.0.13"
|
||||
paste = "1.0.14"
|
|
@ -59,7 +59,7 @@ itertools = "0.11"
|
|||
lazy_static = "1.4.0"
|
||||
mutable_batch_lp = { path = "../mutable_batch_lp" }
|
||||
object_store = { workspace = true }
|
||||
paste = "1.0.13"
|
||||
paste = "1.0.14"
|
||||
tempfile = "3.6.0"
|
||||
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
|
||||
tokio = { version = "1.29", features = ["macros", "time", "test-util"] }
|
||||
|
|
|
@ -30,7 +30,7 @@ assert_matches = "1.5.0"
|
|||
dotenvy = "0.15.7"
|
||||
generated_types = { path = "../generated_types" }
|
||||
mutable_batch_lp = { path = "../mutable_batch_lp" }
|
||||
paste = "1.0.13"
|
||||
paste = "1.0.14"
|
||||
pretty_assertions = "1.4.0"
|
||||
rand = "0.8"
|
||||
tempfile = "3"
|
||||
|
|
|
@ -24,6 +24,6 @@ unicode-segmentation = "1.10.1"
|
|||
[dev-dependencies]
|
||||
assert_matches = "1.5.0"
|
||||
mutable_batch_lp = { path = "../mutable_batch_lp" }
|
||||
paste = "1.0.13"
|
||||
paste = "1.0.14"
|
||||
proptest = { version = "1.2.0", default-features = false }
|
||||
rand = "0.8"
|
||||
|
|
|
@ -51,7 +51,7 @@ criterion = { version = "0.5", default-features = false, features = ["async_toki
|
|||
influxdb-line-protocol = { path = "../influxdb_line_protocol" }
|
||||
iox_tests = { path = "../iox_tests" }
|
||||
once_cell = "1"
|
||||
paste = "1.0.13"
|
||||
paste = "1.0.14"
|
||||
pretty_assertions = "1.4.0"
|
||||
proptest = { version = "1.2.0", default-features = false }
|
||||
rand = "0.8.3"
|
||||
|
|
|
@ -16,5 +16,5 @@ workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
|||
[dev-dependencies]
|
||||
assert_matches = "1.5.0"
|
||||
metric = { path = "../metric" }
|
||||
paste = "1.0.13"
|
||||
paste = "1.0.14"
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
|
||||
|
|
Loading…
Reference in New Issue