-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Bump rust-embed to ^6.3 addressing RUSTSEC-2021-0126 + Bump dashmap to ^5.1 + Bump i18n-embed-fl to 0.6.4 + Bump i18n-embed to 0.13.3 + Bump i18n-build to 0.8.2 + Bump cargo-i18n to 0.2.10
- Loading branch information
1 parent
4b1b1ca
commit ae222f3
Showing
8 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.3" | ||
version = "0.6.4" | ||
authors = ["Luke Frisken <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
|
@@ -12,7 +12,7 @@ exclude = ["i18n.toml", "i18n/"] | |
proc-macro = true | ||
|
||
[dependencies] | ||
dashmap = "4.0" | ||
dashmap = "^5.1" | ||
find-crate = "0.6" | ||
fluent = "0.16" | ||
fluent-syntax = "0.11" | ||
|
@@ -34,4 +34,4 @@ features = ["derive", "proc-macro", "parsing", "printing", "extra-traits", "full | |
doc-comment = "0.3" | ||
env_logger = "0.9" | ||
pretty_assertions = "1.1" | ||
rust-embed = "6" | ||
rust-embed = "^6.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters