Skip to content

Commit d7bcd46

Browse files
committed
fix: bump msrv 1.83.0
1 parent 28d339e commit d7bcd46

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

http-cache-quickcache/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.82.0"
16+
rust-version = "1.83.0"
1717

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

http-cache-quickcache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An http-cache manager implementation for [quick-cache](https://github.com/arthur
1212

1313
## Minimum Supported Rust Version (MSRV)
1414

15-
1.82.0
15+
1.83.0
1616

1717
## Install
1818

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.82.0"
16+
rust-version = "1.83.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.82.0
18+
1.83.0
1919

2020
## Install
2121

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.82.0"
16+
rust-version = "1.83.0"
1717

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

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.82.0
18+
1.83.0
1919

2020
## Install
2121

http-cache-tower/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.82.0"
16+
rust-version = "1.83.0"
1717

1818
[dependencies]
1919
http-cache = { version = "1.0.0-alpha.2", path = "../http-cache", default-features = false }

http-cache-tower/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This crate provides Tower Layer and Service implementations that add HTTP cachin
1414

1515
## Minimum Supported Rust Version (MSRV)
1616

17-
1.82.0
17+
1.83.0
1818

1919
## Install
2020

http-cache-ureq/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.82.0"
16+
rust-version = "1.83.0"
1717

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

http-cache-ureq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Provides a simple caching wrapper around [ureq](https://github.com/algesten/ureq
1515

1616
## Minimum Supported Rust Version (MSRV)
1717

18-
1.82.0
18+
1.83.0
1919

2020
## Install
2121

0 commit comments

Comments
 (0)