Skip to content

Commit

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

---
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 and Jisu-Woniu committed Nov 15, 2024
1 parent c2262de commit 226f558
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ rsjudge-amqp = { version = "0.1.0", path = "crates/rsjudge-amqp", optional = tru
rsjudge-grpc = { version = "0.1.0", path = "crates/rsjudge-grpc", optional = true }
rsjudge-rest = { version = "0.1.0", path = "crates/rsjudge-rest", optional = true }

anyhow = "1.0.92"
anyhow = "1.0.93"
clap = { version = "4.5.21", features = ["derive"] }
env_logger = "0.11.5"
log.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/rsjudge-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "gRPC server for rsjudge"
ignored = ["prost", "prost-types"]

[dependencies]
anyhow = "1.0.92"
anyhow = "1.0.93"
futures = "0.3.31"
log.workspace = true
prost = "0.13.3"
Expand All @@ -29,7 +29,7 @@ rsjudge-traits.workspace = true
serde = { workspace = true, optional = true }

[build-dependencies]
anyhow = "1.0.92"
anyhow = "1.0.93"
rsjudge-utils.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "process"] }
tonic-build = "0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/rsjudge-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tokio-util = "0.7.12"
uzers = "0.12.1"

[dev-dependencies]
anyhow = "1.0.92"
anyhow = "1.0.93"

[build-dependencies]
rustversion = "1.0.18"
Expand Down
2 changes: 1 addition & 1 deletion crates/rsjudge-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ thiserror = "2.0.3"
tokio = { workspace = true, features = ["process", "macros", "rt-multi-thread"] }

[dev-dependencies]
anyhow = "1.0.92"
anyhow = "1.0.93"
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version.workspace = true
description = "A task runner for cargo workspaces"

[dependencies]
anyhow = "1.0.92"
anyhow = "1.0.93"
clap = { version = "4.5.21", features = ["derive"] }
sh = "0.2.1"

Expand Down

0 comments on commit 226f558

Please sign in to comment.