Skip to content

Commit

Permalink
Bump ureq from 2.7.1 to 2.8.0
Browse files Browse the repository at this point in the history
Bumps [ureq](https://github.com/algesten/ureq) from 2.7.1 to 2.8.0.
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@2.7.1...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 Oct 3, 2023
1 parent 5707293 commit 1aca3fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 26 deletions.
31 changes: 6 additions & 25 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 test_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
tungstenite = { version = "0.20.0", features = ["rustls-tls-webpki-roots"] }
serde_json = "1.0.107"
ureq = "2.7.1"
ureq = "2.8.0"
flexi_logger = { version = "0.25.6", features = ["colors"] }
log = "0.4.19"
base64 = "0.21.4"
Expand Down

0 comments on commit 1aca3fe

Please sign in to comment.