Skip to content

Commit

Permalink
Update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
james58899 committed Nov 26, 2024
1 parent 88ce374 commit fc0aa06
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
88 changes: 44 additions & 44 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pin-project-lite = "0.2"
rand = { version = "0.8", default-features = false, features = ["alloc", "getrandom", "small_rng"] }
regex-lite = "0.1.6"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "stream", "socks"] }
rustls = { version = "0.23.16", default-features = false, features = ["brotli", "ring", "std", "tls12"] }
rustls = { version = "0.23.18", default-features = false, features = ["brotli", "ring", "std", "tls12"] }
scopeguard = "1.2"
sha1 = { version = "0.10.6", default-features = false, features = ["oid"] }
tempfile = "3.10"
Expand Down

0 comments on commit fc0aa06

Please sign in to comment.