Skip to content

Commit

Permalink
build(deps): bump amqprs from 1.6.3 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [amqprs](https://github.com/gftea/amqprs) from 1.6.3 to 1.7.0.
- [Release notes](https://github.com/gftea/amqprs/releases)
- [Commits](gftea/amqprs@v1.6.3...v1.7.0)

---
updated-dependencies:
- dependency-name: amqprs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Jisu-Woniu committed Aug 5, 2024
1 parent a854324 commit 4f85aee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 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 @@ -10,7 +10,7 @@ repository.workspace = true
rust-version.workspace = true

[dependencies]
amqprs = { version = "1.6.3", features = ["urispec"] }
amqprs = { version = "1.7.0", features = ["urispec"] }
thiserror = "1.0.63"
tokio = "1.39.2"

Expand Down

0 comments on commit 4f85aee

Please sign in to comment.