Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.128 to 1.0.129, anyhow from 1.0…
Browse files Browse the repository at this point in the history
….89 to 1.0.90
  • Loading branch information
Jisu-Woniu committed Oct 20, 2024
1 parent 52e7991 commit 198f302
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 42 deletions.
68 changes: 34 additions & 34 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.89"
anyhow = "1.0.90"
clap = { version = "4.5.20", 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.89"
anyhow = "1.0.90"
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.89"
anyhow = "1.0.90"
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-judger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ serde.workspace = true
tokio = { workspace = true, features = ["io-util", "fs", "macros"] }

[dev-dependencies]
serde_json = "1.0.129"
serde_json = "1.0.132"
tempfile = "3.13.0"
tokio = { workspace = true, features = ["rt-multi-thread", "full"] }
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.89"
anyhow = "1.0.90"

[build-dependencies]
rustversion = "1.0.18"
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 @@ -16,5 +16,5 @@ serde.workspace = true
tokio = { workspace = true, features = ["process"] }

[dev-dependencies]
serde_json = "1.0.129"
serde_json = "1.0.132"
toml = { version = "0.8.19", features = ["preserve_order"] }
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 = "1.0.64"
tokio = { workspace = true, features = ["process", "macros", "rt-multi-thread"] }

[dev-dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
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.89"
anyhow = "1.0.90"
clap = { version = "4.5.20", features = ["derive"] }
sh = "0.2.1"

Expand Down

0 comments on commit 198f302

Please sign in to comment.