Skip to content

Commit

Permalink
chore(deps): bump anyhow from 1.0.68 to 1.0.69 (#277)
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.68 to 1.0.69.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.68...1.0.69)

---
updated-dependencies:
- dependency-name: anyhow
  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>
  • Loading branch information
dependabot[bot] authored Feb 6, 2023
1 parent 6440572 commit ae82db6
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 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 bitfinex-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ rand = "0.8.5"
tracing = "0.1.37"

[dev-dependencies]
anyhow = "1.0.68"
anyhow = "1.0.69"
serial_test = "*"
2 changes: 1 addition & 1 deletion bitfinex-price/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ url = { version = "2.3.1", features = ["serde"] }
rust_decimal = "1.26.1"
rust_decimal_macros = "1.28.0"
tracing = "0.1.37"
anyhow = "1.0.68"
anyhow = "1.0.69"
itertools = "0.10.5"
crc32fast = "1.3.2"
serde_with = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ okex-price = { path = "../okex-price" }
bitfinex-price = { path = "../bitfinex-price" }
kollider-price = { path = "../kollider-price" }

anyhow = "1.0.68"
anyhow = "1.0.69"
clap = { version = "4.1", features = ["derive", "env"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_yaml = "0.9.17"
Expand Down
2 changes: 1 addition & 1 deletion galoy-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ tracing-opentelemetry = "0.18.0"
opentelemetry-http = "0.7.0"

[dev-dependencies]
anyhow = "1.0.68"
anyhow = "1.0.69"
tokio = { version = "1.25.0", features = ["macros"] }
2 changes: 1 addition & 1 deletion hedging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ uuid = "1.3.0"
serde_with = { version = "2.2.0", features = ["chrono_0_4"] }

[dev-dependencies]
anyhow = "1.0.68"
anyhow = "1.0.69"
serial_test = "*"
2 changes: 1 addition & 1 deletion kollider-price/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ url = { version = "2.3.1", features = ["serde"] }


[dev-dependencies]
anyhow = "1.0.68"
anyhow = "1.0.69"
chrono = { version = "0.4", features = [
"clock",
"serde",
Expand Down
2 changes: 1 addition & 1 deletion okex-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ rand = "0.8.5"
tracing = "0.1.37"

[dev-dependencies]
anyhow = "1.0.68"
anyhow = "1.0.69"
serial_test = "*"
2 changes: 1 addition & 1 deletion okex-price/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-webpki-roots"]
url = { version = "2.3.1", features = ["serde"] }
rust_decimal = "1.26.1"
tracing = "0.1.37"
anyhow = "1.0.68"
anyhow = "1.0.69"
itertools = "0.10.5"
crc32fast = "1.3.2"
serde_with = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion price-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ protobuf-src = { version = "1.1.0" }
tonic-build = { version = "0.8", features = ["prost"] }

[dev-dependencies]
anyhow = "1.0.68"
anyhow = "1.0.69"
serde = "1.0.152"
serde_json = "1.0.91"
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ governor = "0.5.1"
lazy_static = "1.4.0"

[dev-dependencies]
anyhow = "1.0.68"
anyhow = "1.0.69"
serde_yaml = "0.9.17"
4 changes: 2 additions & 2 deletions user-trades/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ serde_json = "1.0.91"
uuid = "1.3.0"
tracing = "0.1.37"
serde = "1.0.152"
anyhow = "1.0.68"
anyhow = "1.0.69"
rust_decimal = "1.26.1"
rust_decimal_macros = "1.28.0"
futures = "0.3.26"
serde_with = "2.2.0"

[dev-dependencies]
anyhow = "1.0.68"
anyhow = "1.0.69"
serial_test = "1.0.0"

0 comments on commit ae82db6

Please sign in to comment.