Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and j-lanson committed Dec 16, 2024
1 parent c196976 commit 633b2e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ toml = "0.8.19"
tonic = "0.12.3"
thiserror = "2.0.6"
unicode-normalization = "0.1.24"
ureq = { version = "2.10.1", default-features = false, features = [
ureq = { version = "2.12.1", default-features = false, features = [
"json",
"tls",
] }
Expand Down
2 changes: 1 addition & 1 deletion plugins/github/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ schemars = { version = "0.8.21", features = ["url"] }
serde = "1.0.215"
serde_json = "1.0.133"
tokio = { version = "1.41.1", features = ["rt"] }
ureq = { version = "2.10.1", default-features = false, features = [
ureq = { version = "2.12.1", default-features = false, features = [
"json",
"tls",
] }
Expand Down

0 comments on commit 633b2e6

Please sign in to comment.