Skip to content

Commit 5928ef9

Browse files
author
Zibi Braniecki
committed
Update dependencies
1 parent 9e4965d commit 5928ef9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fluent-bundle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fluent-syntax = { path = "../fluent-syntax/" }
2626
failure = "^0.1"
2727
failure_derive = "^0.1"
2828
intl_pluralrules = "^1.0"
29-
rental = "^0.5.2"
29+
rental = "^0.5.3"
3030

3131
[[bench]]
3232
name = "resolver"

fluent-syntax/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ categories = ["localization", "internationalization"]
2020
serde = "^1.0"
2121
serde_derive = "^1.0"
2222
serde_json = "^1.0"
23-
glob = "^0.2"
24-
assert-json-diff = "^0.2.1"
23+
glob = "^0.3"
24+
assert-json-diff = "^1.0"
2525
criterion = "^0.2"
2626

2727
[[bench]]

0 commit comments

Comments
 (0)