Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Dec 27, 2024
1 parent f54f4ef commit f767de8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ rinja_derive_standalone = { version = "*", path = "rinja/rinja_derive_standalone
console_error_panic_hook = "0.1.7"
once_cell = "1.20.2"
prettyplease = "0.2.25"
proc-macro2 = { version = "1.0.89", default-features = false }
syn = { version = "2.0.87", default-features = false, features = ["full", "parsing", "printing"] }
proc-macro2 = { version = "1.0.92", default-features = false }
syn = { version = "2.0.92", default-features = false, features = ["full", "parsing", "printing"] }
syntect = { version = "5.2.0", default-features = false, features = ["parsing", "regex-fancy"] }
syntect-assets = { version = "0.23.6", default-features = false, features = ["regex-fancy"] }
wasm-bindgen = "0.2.95"
wasm-bindgen = "0.2.99"
yew = { version = "0.21.0", features = ["csr"] }

[dependencies.web-sys]
version = "0.3.72"
version = "0.3.76"
features = [
"DomTokenList",
"HtmlDialogElement",
Expand Down
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[licenses]
version = 2
allow = ["Apache-2.0", "MIT", "Unicode-DFS-2016"]
allow = ["Apache-2.0", "MIT", "Unicode-3.0"]
private = { ignore = true }

[advisories]
Expand Down

0 comments on commit f767de8

Please sign in to comment.