Skip to content

Commit 9b5603a

Browse files
dependabot[bot]Jisu-Woniu
authored andcommitted
build(deps): bump thiserror from 1.0.62 to 1.0.63
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.62 to 1.0.63. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.62...1.0.63) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ec16ca commit 9b5603a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rsjudge-amqp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version.workspace = true
1111

1212
[dependencies]
1313
amqprs = { version = "1.6.2", features = ["urispec"] }
14-
thiserror = "1.0.62"
14+
thiserror = "1.0.63"
1515
tokio = "1.38.1"
1616

1717
rsjudge-traits.workspace = true

crates/rsjudge-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log.workspace = true
1919
nix = { version = "0.29.0", features = ["user", "resource", "process"] }
2020
rsjudge-traits.workspace = true
2121
rsjudge-utils.workspace = true
22-
thiserror = "1.0.62"
22+
thiserror = "1.0.63"
2323
tokio = { workspace = true, features = ["process", "sync", "time", "signal"] }
2424
tokio-util = "0.7.11"
2525
uzers = "0.12.0"

crates/rsjudge-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version.workspace = true
1212
[dependencies]
1313
log.workspace = true
1414
shell-words = "1.1.0"
15-
thiserror = "1.0.62"
15+
thiserror = "1.0.63"
1616
tokio = { workspace = true, features = ["process", "macros", "rt-multi-thread"] }
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)