Skip to content

Commit

Permalink
build(deps): ⬆️ update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Dec 6, 2024
1 parent fc4209d commit 15bbb61
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ log = "0.4.22"
rsjudge-traits = { version = "0.1.0", path = "crates/rsjudge-traits" }
rsjudge-utils = { version = "0.1.0", path = "crates/rsjudge-utils" }
serde = { version = "1.0.215", features = ["derive"] }
tokio = "1.41.1"
tokio = "1.42.0"

[package]
name = "rsjudge"
Expand Down Expand Up @@ -160,12 +160,12 @@ rsjudge-grpc = { version = "0.1.0", path = "crates/rsjudge-grpc", optional = tru
rsjudge-rest = { version = "0.1.0", path = "crates/rsjudge-rest", optional = true }

anyhow = "1.0.94"
clap = { version = "4.5.22", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
env_logger = "0.11.5"
log.workspace = true
mimalloc = { version = "0.1.43", optional = true }
serde.workspace = true
sysinfo = { version = "0.32.1", features = ["serde"] }
sysinfo = { version = "0.33.0", features = ["serde"] }
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros", "process"] }
toml = "0.8.19"

Expand All @@ -181,7 +181,7 @@ mimalloc = ["dep:mimalloc"]
default = ["grpc", "rest", "mimalloc"]

[build-dependencies]
clap = { version = "4.5.22", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
clap_complete = "4.5.38"
clap_mangen = "0.2.24"

Expand Down
2 changes: 1 addition & 1 deletion crates/rsjudge-amqp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version.workspace = true
[dependencies]
amqprs = { version = "2.1.0", features = ["urispec"] }
thiserror = "2.0.4"
tokio = "1.41.1"
tokio = "1.42.0"

rsjudge-traits.workspace = true
serde = { workspace = true, optional = 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 @@ -21,7 +21,7 @@ rsjudge-traits.workspace = true
rsjudge-utils.workspace = true
thiserror = "2.0.4"
tokio = { workspace = true, features = ["process", "sync", "time", "signal"] }
tokio-util = "0.7.12"
tokio-util = "0.7.13"
uzers = "0.12.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "A task runner for cargo workspaces"

[dependencies]
anyhow = "1.0.94"
clap = { version = "4.5.22", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
sh = "0.2.1"

[features]
Expand Down

0 comments on commit 15bbb61

Please sign in to comment.