Skip to content

Commit a180ec3

Browse files
fix(deps): update rust crate aria-query to v0.0.6
1 parent fb60797 commit a180ec3

3 files changed

Lines changed: 29 additions & 47 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 45 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
@@ -12,7 +12,7 @@ multiple-versions = "allow"
1212
wildcards = "deny"
1313

1414
[licenses]
15-
allow = ["Apache-2.0", "BSD-2-Clause", "MIT", "Unicode-3.0"]
15+
allow = ["Apache-2.0", "BSD-2-Clause", "MIT", "Unicode-3.0", "Zlib"]
1616
confidence-threshold = 1.0
1717

1818
[sources]

packages/dom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository.workspace = true
1010
version.workspace = true
1111

1212
[dependencies]
13-
aria-query = "0.0.5"
13+
aria-query = "0.0.6"
1414
dom-accessibility-api = "0.0.3"
1515
log.workspace = true
1616
ordered_hash_map = "0.5.0"

0 commit comments

Comments
 (0)