Skip to content

Commit

Permalink
Upgrade linked-hash-map 0.5.2 -> 0.5.3
Browse files Browse the repository at this point in the history
This fixes a soundness bug causing Rust to panic in `LruCache::insert`
in versions after 1.48.
  • Loading branch information
aschampion committed Oct 22, 2020
1 parent 1021429 commit e5ffcc3
Show file tree
Hide file tree
Showing 2 changed files with 845 additions and 841 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased]
### Fixed
- Fixed a soundness error in a dependency that caused a panic on Rust 1.48 and
greater (see
[this issue](https://github.com/contain-rs/linked-hash-map/pull/100)).

## [0.1.6] - 2020-07-18
### Fixed
- Fixed a panic when a block's dataset-level bounds overlapped a tile request
Expand Down
Loading

0 comments on commit e5ffcc3

Please sign in to comment.