Skip to content

Commit fe0004f

Browse files
fix(deps): update rust crate ordered_hash_map to 0.5.0 (#28)
* fix(deps): update rust crate ordered_hash_map to 0.5.0 * fix(deps): allow Zlib license --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniëlle Huisman <danielle@huisman.me>
1 parent bef0c15 commit fe0004f

3 files changed

Lines changed: 27 additions & 45 deletions

File tree

Cargo.lock

Lines changed: 25 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ multiple-versions = "allow"
1010
wildcards = "deny"
1111

1212
[licenses]
13-
allow = ["Apache-2.0", "BSD-2-Clause", "MIT", "Unicode-3.0"]
13+
allow = ["Apache-2.0", "BSD-2-Clause", "MIT", "Unicode-3.0", "Zlib"]
1414
confidence-threshold = 1.0
1515

1616
[sources]

packages/aria-query/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ license.workspace = true
99
repository.workspace = true
1010

1111
[dependencies]
12-
ordered_hash_map = "0.4.0"
12+
ordered_hash_map = "0.5.0"

0 commit comments

Comments
 (0)