Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: async-trait
  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 Sep 2, 2024
1 parent 8293923 commit 8d26aad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 crates/rsjudge-judger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
rust-version.workspace = true

[dependencies]
async-trait = "0.1.81"
async-trait = "0.1.82"
bytes = "1.7.1"
futures = "0.3.30"
rsjudge-traits.workspace = true
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 @@ -11,7 +11,7 @@ rust-version.workspace = true
description = "Command runner for rsjudge"

[dependencies]
async-trait = "0.1.81"
async-trait = "0.1.82"
capctl = "0.2.4"
libcgroups = "0.4.0"
libseccomp = { version = "0.3.0", features = ["const-syscall"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/rsjudge-traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
rust-version.workspace = true

[dependencies]
async-trait = "0.1.81"
async-trait = "0.1.82"
indexmap = { version = "2.4.0", features = ["serde"] }
serde.workspace = true
tokio = { workspace = true, features = ["process"] }
Expand Down

0 comments on commit 8d26aad

Please sign in to comment.