Skip to content

Commit

Permalink
build(deps): bump anyhow from 1.0.50 to 1.0.51
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.50 to 1.0.51.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2021
1 parent 58be6ce commit 2d47f24
Show file tree
Hide file tree
Showing 36 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/billing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion play/json-flattened-view-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion play/mbta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion src/aws-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/ccsr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/coord/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/coordtest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/dataflow-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion src/dataflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion src/dataflowd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/interchange/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/kafka-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/lowertest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions src/materialized/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/ore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion src/pgtest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/pgwire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/postgres-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/prof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/protoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/repr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion src/sql-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/sqllogictest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/symbiosis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion src/walkabout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion test/chaos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/metabase/smoketest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion test/performance/perf-kinesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion test/performance/perf-upsert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/performance/s3-datagen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/test-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2d47f24

Please sign in to comment.