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 Nov 27, 2023
1 parent 99e7ca7 commit 94d7868
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 19 deletions.
89 changes: 71 additions & 18 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.108", default-features = false }
tempfile = "3.8.1"
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 94d7868

Please sign in to comment.