Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent 779b1ac commit caf90fb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 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 @@ -18,4 +18,4 @@ env_logger = { version = "0.10.0", features = ["humantime"], default-features =
log = "0.4.19"
serde_json = { version = "1.0.96", default-features = false }
tempfile = "3.6.0"
ureq = { version = "2.6.2", default-features = false, features = ["json", "rustls", "tls"] }
ureq = { version = "2.7.1", default-features = false, features = ["json", "rustls", "tls"] }

0 comments on commit caf90fb

Please sign in to comment.