Skip to content

Commit

Permalink
build(deps): bump amqprs from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [amqprs](https://github.com/gftea/amqprs) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/gftea/amqprs/releases)
- [Commits](gftea/amqprs@v2.0.0...v2.1.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 Oct 16, 2024
1 parent d2ec7f1 commit aa370fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

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 = "2.0.0", features = ["urispec"] }
amqprs = { version = "2.1.0", features = ["urispec"] }
thiserror = "1.0.64"
tokio = "1.40.0"

Expand Down

0 comments on commit aa370fe

Please sign in to comment.