Skip to content

Commit

Permalink
chore: fix publish by pinning rustls to 0.21.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed May 10, 2024
1 parent 855adf2 commit 193e015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ regex = "^1.7.0"
reqwest = { version = "=0.11.20", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks", "json"] } # pinned because of https://github.com/seanmonstar/reqwest/pull/1955
ring = "^0.17.0"
rusqlite = { version = "=0.29.0", features = ["unlock_notify", "bundled"] }
rustls = "0.21.11"
# pinned because it was causing issues on cargo publish
rustls = "=0.21.11"
rustls-pemfile = "1.0.0"
rustls-tokio-stream = "=0.2.23"
rustls-webpki = "0.101.4"
Expand Down

0 comments on commit 193e015

Please sign in to comment.