Skip to content

Commit

Permalink
build(deps): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent ee8521d commit 8eb10c8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
25 changes: 16 additions & 9 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.20"
serde_json = { version = "1.0.107", default-features = false }
tempfile = "3.8.0"
ureq = { version = "2.7.1", default-features = false, features = ["json", "rustls", "tls"] }
ureq = { version = "2.8.0", default-features = false, features = ["json", "rustls", "tls"] }

0 comments on commit 8eb10c8

Please sign in to comment.