Skip to content

Commit

Permalink
chore(deps): bump raptorq from 1.8.1 to 2.0.0 in /rust (#2372)
Browse files Browse the repository at this point in the history
Bumps [raptorq](https://github.com/cberner/raptorq) from 1.8.1 to 2.0.0.
- [Release notes](https://github.com/cberner/raptorq/releases)
- [Commits](cberner/raptorq@v1.8.1...v2.0.0)

---
updated-dependencies:
- dependency-name: raptorq
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent c67e505 commit d31f553
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rust/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 rust/qr_reader_phone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
hex = "0.4.3"
raptorq = "1.8.1"
raptorq = "2.0.0"
nom = "7.1.3"
thiserror = "1.0.57"
constants = {path = "../constants"}
Expand Down
2 changes: 1 addition & 1 deletion rust/qrcode_rtx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
bitvec = "1.0.1"
hex = "0.4.3"
raptorq = "1.8.1"
raptorq = "2.0.0"
qrcodegen = "1.8.0"
png = "0.17.13"

Expand Down

0 comments on commit d31f553

Please sign in to comment.