Skip to content

Commit 195d085

Browse files
authored
Set min version of serde to 1.0.184 (#937)
1 parent 0ac44e6 commit 195d085

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wycheproof2blb/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,5 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## UNRELEASED
8-
### Changed
9-
- Pin upper version of `serde` to <1.0.172 to work around [serde-rs/serde#2538] ([#933])
10-
11-
[#933]: https://github.com/RustCrypto/utils/pull/933
12-
[serde-rs/serde#2538]: https://github.com/serde-rs/serde/issues/2538
13-
147
## 0.1.0 (2021-12-07)
158
- Initial release

wycheproof2blb/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ edition = "2018"
1212
[dependencies]
1313
blobby = { version = "0.3.1", path = "../blobby" }
1414
hex = "0.4"
15-
# Pin upper version of serde to work around https://github.com/serde-rs/serde/issues/2538
16-
serde = { version = "1.0.103, <1.0.172", features = ["derive"] }
15+
serde = { version = "1.0.184", features = ["derive"] }
1716
serde_json = "1"

0 commit comments

Comments
 (0)