Skip to content

Commit

Permalink
chore(deps): ⬆️ update dependencies and cargo-deny settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed May 24, 2024
1 parent ab8f1bd commit b033500
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
14 changes: 7 additions & 7 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-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ capctl = "0.2.4"
libcgroups = "0.3.3"
libseccomp = { version = "0.3.0", features = ["const-syscall"] }
log.workspace = true
nix = { version = "0.28.0", features = ["user", "resource"] }
nix = { version = "0.29.0", features = ["user", "resource"] }
rsjudge-traits.workspace = true
rsjudge-utils.workspace = true
thiserror = "1.0.61"
Expand Down
8 changes: 8 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ allow = [
"Unicode-DFS-2016",
]

[[bans.skip-tree]]
crate = "[email protected]"
reason = "libcgroups 0.3.3 ships with nix 0.27, see upstream https://github.com/containers/youki/pull/2791"

[[bans.skip-tree]]
crate = "[email protected]"
reason = "petgraph 0.6.5 ships with fixedbitset 0.4.2, see upstream https://github.com/petgraph/petgraph/pull/617"

[[bans.skip-tree]]
crate = "[email protected]"
reason = "tonic 0.11.0 is not compatible with hyper 1.0 and axum 0.7, see upstream https://github.com/hyperium/tonic/pull/1595"

0 comments on commit b033500

Please sign in to comment.