Skip to content

Commit

Permalink
Revert dashmap back to 4.0
Browse files Browse the repository at this point in the history
+ Bump i18n-embed-fl to 0.6.3
  • Loading branch information
kellpossible committed Feb 10, 2022
1 parent feb7a5e commit 4b1b1ca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions i18n-embed-fl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog for `i18n-embed-fl`

## v0.6.3

+ Revert `dashmap` back to `4.0` due to [security warning](https://rustsec.org/advisories/RUSTSEC-2022-0002.html)

## v0.6.2

+ Update `dashmap` to version `5.1`.

## v0.6.1

+ Fix for #76, add missing `syn` dependency with `full` feature flag specified.
Expand Down
4 changes: 2 additions & 2 deletions i18n-embed-fl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "i18n-embed-fl"
description = "Macro to perform compile time checks when using the i18n-embed crate and the fluent localization system"
categories = ["localization", "internationalization", "development-tools"]
version = "0.6.2"
version = "0.6.3"
authors = ["Luke Frisken <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -12,7 +12,7 @@ exclude = ["i18n.toml", "i18n/"]
proc-macro = true

[dependencies]
dashmap = "5.1"
dashmap = "4.0"
find-crate = "0.6"
fluent = "0.16"
fluent-syntax = "0.11"
Expand Down

0 comments on commit 4b1b1ca

Please sign in to comment.