Skip to content

Commit

Permalink
2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Jul 17, 2024
1 parent 5696f1b commit 76cb671
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Unreleased

# 2.10.1
* default `ureq` Rustls tls config updated to avoid panic for applications
that activate the default Rustls `aws-lc-rs` feature without setting
a process-wide crypto provider. `ureq` will now use `*ring*` in this
circumstance instead of panicing.
circumstance instead of panicking.

# 2.10.0
* Bump MSRV 1.61 -> 1.63 due to rustls (#764)
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "ureq"
version = "2.10.0"
version = "2.10.1"
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
description = "Simple, safe HTTP client"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 76cb671

Please sign in to comment.