Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent e48b6c4 commit 898ce27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 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 @@ -37,7 +37,7 @@ serde = { version = "1.0.203", features = ["derive"] }
thiserror = { version = "1.0.61" }
tinyvec = { version = "1.8.0", features = ["alloc", "serde", "rustc_1_40"] }
toml = { version = "0.8.14" }
ureq = { version = "2.9.7", features = ["cookies"], default-features = true }
ureq = { version = "2.10.0", features = ["cookies"], default-features = true }
url = { version = "2.5.2" }

# Binary dependencies
Expand Down

0 comments on commit 898ce27

Please sign in to comment.