Skip to content

Commit

Permalink
Merge pull request #760 from primitivefinance/dependabot/cargo/anyhow…
Browse files Browse the repository at this point in the history
…-1.0.76

build(deps): bump anyhow from 1.0.75 to 1.0.76
  • Loading branch information
0xJepsen authored Dec 21, 2023
2 parents c26e110 + ef0e386 commit 18031db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 arbiter-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ polars = { version = "0.35.4", features = ["parquet", "csv", "json"] }
arbiter-derive = { path = "../arbiter-derive" }
arbiter-bindings = { path = "../arbiter-bindings" }
hex = { version = "=0.4.3", default-features = false }
anyhow = { version = "=1.0.75" }
anyhow = { version = "=1.0.76" }
test-log = { version = "=0.2.14" }
tracing-test = "0.2.4"

Expand Down
2 changes: 1 addition & 1 deletion arbiter-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async-trait.workspace = true
serde_json.workspace = true
serde.workspace = true
tokio.workspace = true
anyhow = { version = "=1.0.75" }
anyhow = { version = "=1.0.76" }
tracing.workspace = true
async-stream = "0.3.5"
tokio-stream = "0.1.14"
Expand Down

0 comments on commit 18031db

Please sign in to comment.