Skip to content

Commit

Permalink
build(deps): update rust crate ureq to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent d134468 commit d0eb38c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 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 lolcow-fortune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ directories = { version = "6.0.0", optional = true }
# Download
flate2 = { version = "1.0.35", optional = true, default-features = false, features = ["rust_backend"] }
tar = { version = "0.4.43", optional = true }
ureq = { version = "3.0.3", optional = true, default-features = false, features = ["rustls"] }
ureq = { version = "3.0.4", optional = true, default-features = false, features = ["rustls"] }

[dependencies.lcowsay]
version = "0.5.10"
Expand Down

0 comments on commit d0eb38c

Please sign in to comment.