Skip to content

Commit

Permalink
build: Bump curl to 0.4.46 in Cargo.toml (#2099)
Browse files Browse the repository at this point in the history
curl had already been updated to 0.4.44 in Cargo.lock; this commit updates the dependency in Cargo.toml to match.

ref #2097
  • Loading branch information
szokeasaurusrex committed Jul 15, 2024
1 parent a165aa7 commit a7d43f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clap = { version = "4.1.6", default-features = false, features = [
] }
clap_complete = "4.4.3"
console = "0.15.5"
curl = { version = "0.4.44", features = ["static-curl", "static-ssl"] }
curl = { version = "0.4.46", features = ["static-curl", "static-ssl"] }
dirs = "4.0.0"
dotenv = "0.15.0"
elementtree = "1.2.3"
Expand Down

0 comments on commit a7d43f0

Please sign in to comment.