Skip to content

Commit 7cde3bb

Browse files
committed
Update dependencies
1 parent 6e666df commit 7cde3bb

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- BREAKING: Update `reqwest` to v0.12.x which is based on `hyper`, `http` and `http-body` v1
13+
1014
## [0.2.0] - 2023-10-14
1115

1216
### Changed
1317

14-
- BREAKING: use `i64`for timestamps
18+
- BREAKING: use `i64` for timestamps
1519
- Make timestamp parsing more resilient by accepting both strings and integers
1620
- BREAKING: Deserialize maybe-empty strings as `Option<String>`
1721

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ native-tls = ["reqwest/native-tls"]
1717
rustls-tls = ["reqwest/rustls-tls"]
1818

1919
[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"] }
2222

2323
[dev-dependencies]
24-
tokio = { version = "1.32.0", features = ["macros", "rt"] }
24+
tokio = { version = "1.36.0", features = ["macros", "rt"] }
2525

2626
# see https://stackoverflow.com/a/61417700/14750360
2727
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)