Skip to content

Commit

Permalink
bump version of curl-rust to 0.4.41 and curl-sys to 0.4.51
Browse files Browse the repository at this point in the history
Summary:
Bumping versions because I need this patch: curl/curl#7737.
It's now in the 0.4.41 version of curl-rust and 0.4.51 version of curl-sys.

I previously added it here D31370778 (083a9ad), but it somehow got removed here D32340068 (3d32723).

Reviewed By: jsgf

Differential Revision: D32791487

fbshipit-source-id: 8d7efaa3713b5cfa65b81d85d8d5f68bc8b8435a
  • Loading branch information
mzr authored and facebook-github-bot committed Dec 3, 2021
1 parent 188581a commit ebb72c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eden/hg-server/lib/http-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ path = "src/bin/cli.rs"
[dependencies]
anyhow = "1.0.51"
atty = "0.2"
curl = { version = "0.4", features = ["http2"] }
curl-sys = "0.4"
curl = { version = "0.4.41", features = ["http2"] }
curl-sys = "0.4.51"
env_logger = "0.7"
futures = { version = "0.3.13", features = ["async-await", "compat"] }
http = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions eden/scm/lib/http-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "src/bin/cli.rs"
anyhow = "1.0.51"
async-compression = { version = "0.3.8", features = ["all-implementations", "brotli", "bzip2", "deflate", "gzip", "zlib", "zstd"] }
atty = "0.2"
curl = { version = "0.4", features = ["http2"] }
curl-sys = "0.4"
curl = { version = "0.4.41", features = ["http2"] }
curl-sys = "0.4.51"
env_logger = "0.7"
futures = { version = "0.3.13", features = ["async-await", "compat"] }
http = "0.2"
Expand Down

0 comments on commit ebb72c7

Please sign in to comment.