From 2d47f2453f865636f3c6773f71560c4599d2f193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Dec 2021 22:07:58 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.50 to 1.0.51 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.50 to 1.0.51. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.50...1.0.51) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- demo/billing/Cargo.toml | 2 +- play/json-flattened-view-gen/Cargo.toml | 2 +- play/mbta/Cargo.toml | 2 +- src/avro/Cargo.toml | 2 +- src/aws-util/Cargo.toml | 2 +- src/ccsr/Cargo.toml | 2 +- src/coord/Cargo.toml | 2 +- src/coordtest/Cargo.toml | 2 +- src/dataflow-types/Cargo.toml | 2 +- src/dataflow/Cargo.toml | 2 +- src/dataflowd/Cargo.toml | 2 +- src/expr/Cargo.toml | 2 +- src/interchange/Cargo.toml | 2 +- src/kafka-util/Cargo.toml | 2 +- src/lowertest/Cargo.toml | 2 +- src/materialized/Cargo.toml | 4 ++-- src/ore/Cargo.toml | 2 +- src/pgtest/Cargo.toml | 2 +- src/pgwire/Cargo.toml | 2 +- src/postgres-util/Cargo.toml | 2 +- src/prof/Cargo.toml | 2 +- src/protoc/Cargo.toml | 2 +- src/repr/Cargo.toml | 2 +- src/sql-parser/Cargo.toml | 2 +- src/sql/Cargo.toml | 2 +- src/sqllogictest/Cargo.toml | 2 +- src/symbiosis/Cargo.toml | 2 +- src/transform/Cargo.toml | 2 +- src/walkabout/Cargo.toml | 2 +- test/chaos/Cargo.toml | 2 +- test/metabase/smoketest/Cargo.toml | 2 +- test/performance/perf-kinesis/Cargo.toml | 2 +- test/performance/perf-upsert/Cargo.toml | 2 +- test/performance/s3-datagen/Cargo.toml | 2 +- test/test-util/Cargo.toml | 2 +- 36 files changed, 38 insertions(+), 38 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9711de7a637d9..daea134fb5733 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,9 +74,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.50" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc78c299ae753905840c5d3ba036c51f61ce5a98a83f98d9c9d29dffd427f71" +checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203" [[package]] name = "arbitrary" diff --git a/demo/billing/Cargo.toml b/demo/billing/Cargo.toml index 0ce29f3ca3ced..7049e8620ade2 100644 --- a/demo/billing/Cargo.toml +++ b/demo/billing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" bytes = "1.1.0" chrono = { version = "0.4.0", default-features = false, features = ["clock", "std"] } csv = "1.1.6" diff --git a/play/json-flattened-view-gen/Cargo.toml b/play/json-flattened-view-gen/Cargo.toml index 3766edae79564..d49bca21f74c3 100644 --- a/play/json-flattened-view-gen/Cargo.toml +++ b/play/json-flattened-view-gen/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" serde = "1.0.130" serde_json = "1.0.72" structopt = "0.3.25" diff --git a/play/mbta/Cargo.toml b/play/mbta/Cargo.toml index 272bc02c35449..9a40e63afa82c 100644 --- a/play/mbta/Cargo.toml +++ b/play/mbta/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" byteorder = "1.4.3" futures = "0.3.18" json = "0.12.4" diff --git a/src/avro/Cargo.toml b/src/avro/Cargo.toml index 03149c5fddfb5..68b95142e852e 100644 --- a/src/avro/Cargo.toml +++ b/src/avro/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" autobenches = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" byteorder = { version = "1.4.3", optional = true } chrono = { version = "0.4.0", default-features = false, features = ["std"] } crc32fast = { version = "1.2.2", optional = true } diff --git a/src/aws-util/Cargo.toml b/src/aws-util/Cargo.toml index 6c9fb6f0b9b6d..0cfcde71f9900 100644 --- a/src/aws-util/Cargo.toml +++ b/src/aws-util/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" aws-config = { version = "0.0.26-alpha", default-features = false, features = ["default-provider", "native-tls"] } aws-smithy-client = { version = "0.30.0-alpha", default-features = false } aws-smithy-http = "0.30.0-alpha" diff --git a/src/ccsr/Cargo.toml b/src/ccsr/Cargo.toml index cb1c2381e31c8..d193bac2c66aa 100644 --- a/src/ccsr/Cargo.toml +++ b/src/ccsr/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" futures = "0.3.18" mz-http-proxy = { path = "../http-proxy", features = ["reqwest"] } native-tls = "0.2.8" diff --git a/src/coord/Cargo.toml b/src/coord/Cargo.toml index 16457f6d95601..102b7ba33e4d8 100644 --- a/src/coord/Cargo.toml +++ b/src/coord/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" backtrace = "0.3.63" bincode = { version = "1.3.3", optional = true } build-info = { path = "../build-info" } diff --git a/src/coordtest/Cargo.toml b/src/coordtest/Cargo.toml index 8563f805e0597..d6e974d9d6fd1 100644 --- a/src/coordtest/Cargo.toml +++ b/src/coordtest/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" async-trait = "0.1.51" build-info = { path = "../build-info" } coord = { path = "../coord" } diff --git a/src/dataflow-types/Cargo.toml b/src/dataflow-types/Cargo.toml index c2649f225e42e..948f635bf7506 100644 --- a/src/dataflow-types/Cargo.toml +++ b/src/dataflow-types/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" async-trait = "0.1.51" aws-config = { version = "0.0.26-alpha", default-features = false, features = ["default-provider", "native-tls"] } aws-types = { version = "0.0.26-alpha", features = ["hardcoded-credentials"] } diff --git a/src/dataflow/Cargo.toml b/src/dataflow/Cargo.toml index 77e72646c1557..e161ed563737e 100644 --- a/src/dataflow/Cargo.toml +++ b/src/dataflow/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" async-trait = "0.1.51" async-compression = { version = "0.3.8", features = ["tokio", "gzip"] } aws-sdk-kinesis = { version = "0.0.26-alpha", default-features = false } diff --git a/src/dataflowd/Cargo.toml b/src/dataflowd/Cargo.toml index 5a5ab48e2806c..a608a52bf87c9 100644 --- a/src/dataflowd/Cargo.toml +++ b/src/dataflowd/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" async-trait = "0.1.51" dataflow-types = { path = "../dataflow-types" } dataflow = { path = "../dataflow" } diff --git a/src/expr/Cargo.toml b/src/expr/Cargo.toml index a198d3f90d44f..dc7197641a152 100644 --- a/src/expr/Cargo.toml +++ b/src/expr/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] aho-corasick = "0.7.18" -anyhow = "1.0.50" +anyhow = "1.0.51" chrono = { version = "0.4.0", default-features = false, features = ["clock", "std"] } csv = "1.1.6" dec = "0.4.5" diff --git a/src/interchange/Cargo.toml b/src/interchange/Cargo.toml index 28f464c64d9fc..848b1122e2353 100644 --- a/src/interchange/Cargo.toml +++ b/src/interchange/Cargo.toml @@ -11,7 +11,7 @@ path = "benches/benches.rs" harness = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" avro-derive = { path = "../avro-derive" } base64 = "0.13.0" byteorder = "1.4.3" diff --git a/src/kafka-util/Cargo.toml b/src/kafka-util/Cargo.toml index cd931e24b7570..14fa7d14c3444 100644 --- a/src/kafka-util/Cargo.toml +++ b/src/kafka-util/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" ccsr = { path = "../ccsr" } chrono = { version = "0.4.0", default-features = false, features = ["std"] } clap = "2.33.0" diff --git a/src/lowertest/Cargo.toml b/src/lowertest/Cargo.toml index 61fcc01c1d80a..1b6896f22a80b 100644 --- a/src/lowertest/Cargo.toml +++ b/src/lowertest/Cargo.toml @@ -13,6 +13,6 @@ serde = { version = "1.0.130", features = ["derive"] } serde_json = "1.0.72" [dev-dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" datadriven = "0.6.0" lazy_static = "1.4.0" diff --git a/src/materialized/Cargo.toml b/src/materialized/Cargo.toml index b0cb4685d9fe9..4e4e86dcf62cf 100644 --- a/src/materialized/Cargo.toml +++ b/src/materialized/Cargo.toml @@ -27,7 +27,7 @@ conflicts = "materialized" name = "materialized-unstable" [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" askama = { version = "0.10.5", features = ["serde-json"] } async-trait = "0.1.51" atty = "0.2.14" @@ -119,7 +119,7 @@ serde_json = "1.0.72" tokio-postgres = { git = "https://github.com/MaterializeInc/rust-postgres", branch = "mz-0.7.2", features = ["with-chrono-0_4"] } [build-dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" askama_shared = { version = "0.11.1", features = ["config"] } cc = "1.0.72" flate2 = "1.0.22" diff --git a/src/ore/Cargo.toml b/src/ore/Cargo.toml index f4a2010555492..6f6fb6a47aa53 100644 --- a/src/ore/Cargo.toml +++ b/src/ore/Cargo.toml @@ -22,7 +22,7 @@ test = ["anyhow", "ctor", "tracing-subscriber"] # dependencies and is widely considered to be basically part of the stdlib. [dependencies] async-trait = { version = "0.1.51", optional = true } -anyhow = { version = "1.0.50", optional = true } +anyhow = { version = "1.0.51", optional = true } bytes = { version = "1.1.0", optional = true } chrono = { version = "0.4.0", default-features = false, features = ["std"], optional = true } ctor = { version = "0.1.21", optional = true } diff --git a/src/pgtest/Cargo.toml b/src/pgtest/Cargo.toml index 1250d3d453cb2..b2e5fa2a48e52 100644 --- a/src/pgtest/Cargo.toml +++ b/src/pgtest/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" bytes = "1.1.0" datadriven = "0.6.0" fallible-iterator = "0.2.0" diff --git a/src/pgwire/Cargo.toml b/src/pgwire/Cargo.toml index bafc4c508c121..6b2aa8d50e08b 100644 --- a/src/pgwire/Cargo.toml +++ b/src/pgwire/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" async-trait = "0.1.51" byteorder = "1.4.3" bytes = "1.1.0" diff --git a/src/postgres-util/Cargo.toml b/src/postgres-util/Cargo.toml index 59edd2ab9cacb..e24a28ca44318 100644 --- a/src/postgres-util/Cargo.toml +++ b/src/postgres-util/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" openssl = { version = "0.10.38", features = ["vendored"] } postgres-openssl = { git = "https://github.com/MaterializeInc/rust-postgres", branch = "mz-0.7.2" } sql-parser = { path = "../sql-parser" } diff --git a/src/prof/Cargo.toml b/src/prof/Cargo.toml index 5414876a8bf1d..4e78368771035 100644 --- a/src/prof/Cargo.toml +++ b/src/prof/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" backtrace = "0.3.63" tikv-jemalloc-ctl = { version = "0.4.1", features = ["use_std"], optional = true } lazy_static = "1.4.0" diff --git a/src/protoc/Cargo.toml b/src/protoc/Cargo.toml index 9a82825b9e209..8bc50156567bb 100644 --- a/src/protoc/Cargo.toml +++ b/src/protoc/Cargo.toml @@ -10,7 +10,7 @@ name = "protoc" path = "bin/protoc.rs" [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" ore = { path = "../ore" } protobuf = { git = "https://github.com/MaterializeInc/rust-protobuf.git" } protobuf-codegen = { git = "https://github.com/MaterializeInc/rust-protobuf.git" } diff --git a/src/repr/Cargo.toml b/src/repr/Cargo.toml index a1cc918144e5c..4c34d8ff11b9d 100644 --- a/src/repr/Cargo.toml +++ b/src/repr/Cargo.toml @@ -14,7 +14,7 @@ name = "strconv" harness = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" byteorder = "1.4.3" chrono = { version = "0.4.0", default-features = false, features = ["serde", "std"] } chrono-tz = { version = "0.6.0", features = ["serde", "case-insensitive"] } diff --git a/src/sql-parser/Cargo.toml b/src/sql-parser/Cargo.toml index e43466486e5d2..06be77a4105e7 100644 --- a/src/sql-parser/Cargo.toml +++ b/src/sql-parser/Cargo.toml @@ -21,7 +21,7 @@ datadriven = "0.6.0" unicode-width = "0.1.9" [build-dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" ore = { path = "../ore", default-features = false } phf = { version = "0.10.0", features = ["uncased"] } phf_codegen = { version = "0.10.0" } diff --git a/src/sql/Cargo.toml b/src/sql/Cargo.toml index 5012b505f01a7..c71a4f8fe5dc5 100644 --- a/src/sql/Cargo.toml +++ b/src/sql/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" aws-arn = "0.2.0" build-info = { path = "../build-info" } ccsr = { path = "../ccsr" } diff --git a/src/sqllogictest/Cargo.toml b/src/sqllogictest/Cargo.toml index e60d40f4a72db..f31df886363e3 100644 --- a/src/sqllogictest/Cargo.toml +++ b/src/sqllogictest/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" chrono = { version = "0.4.0", default-features = false, features = ["clock", "std"] } coord = { path = "../coord" } expr = { path = "../expr" } diff --git a/src/symbiosis/Cargo.toml b/src/symbiosis/Cargo.toml index 4cb0123d3aff9..06c6f382415e8 100644 --- a/src/symbiosis/Cargo.toml +++ b/src/symbiosis/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" chrono = { version = "0.4.0", default-features = false, features = ["serde", "std"] } dataflow-types = { path = "../dataflow-types" } expr = { path = "../expr" } diff --git a/src/transform/Cargo.toml b/src/transform/Cargo.toml index bb719698c3655..26c0bbef46985 100644 --- a/src/transform/Cargo.toml +++ b/src/transform/Cargo.toml @@ -14,7 +14,7 @@ ore = { path = "../../src/ore" } repr = { path = "../repr" } [dev-dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" datadriven = "0.6.0" expr_test_util = {path = "../expr-test-util"} lowertest = {path = "../lowertest"} diff --git a/src/walkabout/Cargo.toml b/src/walkabout/Cargo.toml index 58d4dc2ee9217..1bd928305d1a6 100644 --- a/src/walkabout/Cargo.toml +++ b/src/walkabout/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" fstrings = "0.2.3" itertools = "0.10.1" ore = { path = "../ore", default-features = false } diff --git a/test/chaos/Cargo.toml b/test/chaos/Cargo.toml index 72b17a7e77d57..57516b03a7a15 100644 --- a/test/chaos/Cargo.toml +++ b/test/chaos/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" env_logger = "0.9.0" futures = "0.3.18" log = "0.4.13" diff --git a/test/metabase/smoketest/Cargo.toml b/test/metabase/smoketest/Cargo.toml index 9164852682c1e..a68ad4bb80688 100644 --- a/test/metabase/smoketest/Cargo.toml +++ b/test/metabase/smoketest/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" itertools = "0.10.1" log = "0.4.13" metabase = { path = "../../../src/metabase" } diff --git a/test/performance/perf-kinesis/Cargo.toml b/test/performance/perf-kinesis/Cargo.toml index c33b733e22a86..56019374adee2 100644 --- a/test/performance/perf-kinesis/Cargo.toml +++ b/test/performance/perf-kinesis/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" aws-sdk-kinesis = { version = "0.0.26-alpha", default-features = false } bytes = "1.1.0" chrono = { version = "0.4.0", default-features = false, features = ["std"] } diff --git a/test/performance/perf-upsert/Cargo.toml b/test/performance/perf-upsert/Cargo.toml index 5cfdad0dbb739..8ea2c44b01a4d 100644 --- a/test/performance/perf-upsert/Cargo.toml +++ b/test/performance/perf-upsert/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" bytes = "1.1.0" chrono = { version = "0.4.0", default-features = false, features = ["std"] } env_logger = "0.9.0" diff --git a/test/performance/s3-datagen/Cargo.toml b/test/performance/s3-datagen/Cargo.toml index e56f457d298d8..bf6d16640f2c2 100644 --- a/test/performance/s3-datagen/Cargo.toml +++ b/test/performance/s3-datagen/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" aws-sdk-s3 = { version = "0.0.26-alpha", default-features = false } bytefmt = "0.1.7" futures = "0.3.18" diff --git a/test/test-util/Cargo.toml b/test/test-util/Cargo.toml index a687b2a85421e..a63ff9e4d16b7 100644 --- a/test/test-util/Cargo.toml +++ b/test/test-util/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -anyhow = "1.0.50" +anyhow = "1.0.51" chrono = { version = "0.4.0", default-features = false, features = ["clock", "std"] } kafka-util = { path = "../../src/kafka-util" } log = "0.4.13"