Skip to content

Commit

Permalink
Bump ureq from 2.6.2 to 2.8.0
Browse files Browse the repository at this point in the history
Bumps [ureq](https://github.com/algesten/ureq) from 2.6.2 to 2.8.0.
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@2.6.2...2.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robdimsdale committed Oct 23, 2023
1 parent 3897de3 commit 9c747ef
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 24 deletions.
43 changes: 20 additions & 23 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
simplelog = "0.12.1"
structopt = "0.3.21"
ureq = { version = "2.6.2", features = ["json"] }
ureq = { version = "2.8.0", features = ["json"] }

adafruit-alphanum4 = {version = "0.1.2", optional = true}
adafruit-7segment = {version = "0.1.0", optional = true}
Expand Down

0 comments on commit 9c747ef

Please sign in to comment.