File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
12
+ - BREAKING: Update ` reqwest ` to v0.12.x which is based on ` hyper ` , ` http ` and ` http-body ` v1
13
+
10
14
## [ 0.2.0] - 2023-10-14
11
15
12
16
### Changed
13
17
14
- - BREAKING: use ` i64 ` for timestamps
18
+ - BREAKING: use ` i64 ` for timestamps
15
19
- Make timestamp parsing more resilient by accepting both strings and integers
16
20
- BREAKING: Deserialize maybe-empty strings as ` Option<String> `
17
21
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ native-tls = ["reqwest/native-tls"]
17
17
rustls-tls = [" reqwest/rustls-tls" ]
18
18
19
19
[dependencies ]
20
- reqwest = { version = " 0.11.22 " , default-features = false , features = [" json" ] }
21
- serde = { version = " 1.0.188 " , features = [" derive" ] }
20
+ reqwest = { version = " 0.12.2 " , default-features = false , features = [" json" ] }
21
+ serde = { version = " 1.0.197 " , features = [" derive" ] }
22
22
23
23
[dev-dependencies ]
24
- tokio = { version = " 1.32 .0" , features = [" macros" , " rt" ] }
24
+ tokio = { version = " 1.36 .0" , features = [" macros" , " rt" ] }
25
25
26
26
# see https://stackoverflow.com/a/61417700/14750360
27
27
[package .metadata .docs .rs ]
You can’t perform that action at this time.
0 commit comments