Skip to content

Commit 76207cb

Browse files
committed
fix: msrv 1.82.0
1 parent 1da7d50 commit 76207cb

File tree

11 files changed

+13
-12
lines changed

11 files changed

+13
-12
lines changed

http-cache-quickcache/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ categories = [
1313
"web-programming::http-client"
1414
]
1515
edition = "2021"
16-
rust-version = "1.81.0"
1716

1817
[dependencies]
1918
async-trait = "0.1.85"

http-cache-quickcache/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
An http-cache manager implementation for [quick-cache](https://github.com/arthurprs/quick-cache).
1212

13-
## Minimum Supported Rust Version (MSRV)
14-
15-
1.81.0
16-
1713
## Install
1814

1915
With [cargo add](https://github.com/killercup/cargo-edit#Installation) installed :

http-cache-reqwest/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Changed
66

7+
- MSRV is now 1.82.0
8+
79
- Updated the minimum versions of the following dependencies:
810
- http-cache [0.21.0]
911

http-cache-reqwest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = [
1313
"web-programming::http-client"
1414
]
1515
edition = "2021"
16-
rust-version = "1.81.0"
16+
rust-version = "1.82.0"
1717

1818
[dependencies]
1919
anyhow = "1.0.95"

http-cache-reqwest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Uses [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) for m
1515

1616
## Minimum Supported Rust Version (MSRV)
1717

18-
1.81.0
18+
1.82.0
1919

2020
## Install
2121

http-cache-surf/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Changed
66

7+
- MSRV is now 1.82.0
8+
79
- Updated the minimum versions of the following dependencies:
810
- http-cache [0.21.0]
911

http-cache-surf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = [
1313
"web-programming::http-client"
1414
]
1515
edition = "2021"
16-
rust-version = "1.81.0"
16+
rust-version = "1.82.0"
1717

1818
[dependencies]
1919
anyhow = "1.0.95"

http-cache-surf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Should likely be registered after any middleware modifying the request.
1515

1616
## Minimum Supported Rust Version (MSRV)
1717

18-
1.81.0
18+
1.82.0
1919

2020
## Install
2121

http-cache/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66

77
- `remove_opts` field to `CACacheManager` struct. This field is an instance of `cacache::RemoveOpts` that allows for customization of the removal options when deleting items from the cache.
88

9+
- MSRV is now 1.82.0
10+
911
## [0.20.1] - 2025-01-30
1012

1113
### Changed
1214

1315
- Fixed missing implementation of CacheMode::Reload variant logic.
1416

15-
- MSRV is now 1.71.1
17+
- MSRV is now 1.81.1
1618

1719
- Updated the minimum versions of the following dependencies:
1820
- async-trait [0.1.85]

http-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = [
1313
"web-programming::http-client"
1414
]
1515
edition = "2021"
16-
rust-version = "1.81.0"
16+
rust-version = "1.82.0"
1717

1818
[dependencies]
1919
async-trait = "0.1.85"

0 commit comments

Comments
 (0)