Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 4a81d4e commit 172e1d9
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 test_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
tungstenite = { version = "0.23.0", features = ["rustls-tls-webpki-roots", "url"] }
serde_json = "1.0.120"
ureq = "2.10.0"
ureq = "2.10.1"
flexi_logger = { version = "0.28.5", features = ["colors"] }
log = "0.4.22"
base64 = "0.22.1"
Expand Down

0 comments on commit 172e1d9

Please sign in to comment.