Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: thiserror
  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 Oct 23, 2024
1 parent f9a12b2 commit adb39b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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-amqp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version.workspace = true

[dependencies]
amqprs = { version = "2.1.0", features = ["urispec"] }
thiserror = "1.0.64"
thiserror = "1.0.65"
tokio = "1.40.0"

rsjudge-traits.workspace = 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 @@ -19,7 +19,7 @@ log.workspace = true
nix = { version = "0.29.0", features = ["user", "resource", "process"] }
rsjudge-traits.workspace = true
rsjudge-utils.workspace = true
thiserror = "1.0.64"
thiserror = "1.0.65"
tokio = { workspace = true, features = ["process", "sync", "time", "signal"] }
tokio-util = "0.7.12"
uzers = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/rsjudge-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version.workspace = true
[dependencies]
log.workspace = true
shell-words = "1.1.0"
thiserror = "1.0.64"
thiserror = "1.0.65"
tokio = { workspace = true, features = ["process", "macros", "rt-multi-thread"] }

[dev-dependencies]
Expand Down

0 comments on commit adb39b1

Please sign in to comment.