Skip to content

Commit

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

---
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 Jul 16, 2024
1 parent 008cbcf commit f1f65f9
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.80"
async-trait = "0.1.81"
futures = "0.3.30"
rsjudge-utils.workspace = true
tokio = { version = "1.38.0", features = ["io-util", "fs", "macros"] }
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.80"
async-trait = "0.1.81"
capctl = "0.2.4"
libcgroups = "0.3.3"
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.80"
async-trait = "0.1.81"
indexmap = { version = "2.2.6", features = ["serde"] }
serde.workspace = true
tokio = { version = "1.38.0", features = ["process"] }
Expand Down

0 comments on commit f1f65f9

Please sign in to comment.