Skip to content

Commit

Permalink
fix(deps): update rust crate ureq to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 216efd5 commit 113b0c1
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 4 deletions.
140 changes: 137 additions & 3 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 healthchecks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ thiserror = ">=1.0.2"
serde = { version = "1.0.200", default-features = false }
serde_derive = "1.0.200"
serde_json = "1.0.116"
ureq = { version = "2.9.7", features = ["json"] }
ureq = { version = "3.0.0", features = ["json"] }
uuid.workspace = true

[features]
Expand Down

0 comments on commit 113b0c1

Please sign in to comment.