Skip to content

Commit

Permalink
update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoSecurity committed Sep 9, 2022
1 parent e4d0a18 commit ccab21d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.
## [0.8.1 - 2022-09-09]

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Changed

- Changed collections::HashMap to hashbrown::HashMap for better performance. (@hitenkoku) (#3)

## [0.8.0 - 2022-08-29]

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ edition = "2021"
exclude = ["**/*.evtx", "**/*.dat"]

[dependencies]
bitflags = "1.3"
crc32fast = "1.3"
bitflags = "1.*"
crc32fast = "1.*"
chrono = { version = "0.4", features = ["serde"] }
encoding = "0.2"
byteorder = "1.4"
quick-xml = "0.23"
quick-xml = "0.*"
thiserror = "1.0"
log = { version = "0.4", features = ["release_max_level_debug"] }
winstructs = "0.3"
Expand Down Expand Up @@ -53,7 +53,7 @@ multithreading = ["rayon"]

[dev-dependencies]
insta = { version = "1.19", features = ["json"] }
pretty_assertions = "1.2"
pretty_assertions = "1.*"
criterion = "0.3"
assert_cmd = "2.0"
predicates = "2.1"
Expand Down

0 comments on commit ccab21d

Please sign in to comment.