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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2023
1 parent c6083c9 commit 442f9c4
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 subrpcer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ reqwest = { workspace = true, optional = true, features = ["json"] }
serde = { workspace = true }
serde_json = { workspace = true }
tracing = { workspace = true, optional = true }
ureq = { version = "2.7", optional = true, features = ["json"] }
ureq = { version = "2.8", optional = true, features = ["json"] }

0 comments on commit 442f9c4

Please sign in to comment.