Skip to content

Commit

Permalink
chore(deps): update rust crate ureq to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent 9da5e29 commit 334a34a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }
time = "0.3"
md5 = "0.7"
ureq = "2.8"
ureq = "2.9"
actix-http = { version = "3.4", features = ["rustls"] }
actix-web = { version = "4.4", features = ["rustls"] }
clokwerk = "0.4"
Expand All @@ -38,7 +38,7 @@ r2d2_sqlite = "0.23"
assertor = "0.0"
pretty_assertions = "1.4"
actix-rt = "2.9"
ureq = "2.8"
ureq = "2.9"

[profile.release]
panic = "abort" # Strip expensive panic clean-up logic
Expand Down

0 comments on commit 334a34a

Please sign in to comment.