Skip to content

Commit

Permalink
chore(deps): update rust crate ureq to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent 2d764bd commit d06b4e9
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 17 deletions.
141 changes: 125 additions & 16 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 crates/knope/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tracing = { workspace = true }
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
"fmt",
] }
ureq = { version = "2.9.6", features = ["json"] }
ureq = { version = "3.0.0", features = ["json"] }

[dev-dependencies]
pretty_assertions = "1.4.0"
Expand Down

0 comments on commit d06b4e9

Please sign in to comment.