diff --git a/Cargo.toml b/Cargo.toml index 240366c..3eb25f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,20 +7,20 @@ repository = "https://github.com/Kijewski/play-rinja" license = "MIT OR Apache-2.0" [dependencies] -rinja_derive_standalone = { version = "*", path = "rinja/rinja_derive_standalone", features = ["humansize", "serde_json", "urlencode"] } +rinja_derive_standalone = { version = "*", path = "rinja/rinja_derive_standalone", features = ["serde_json", "urlencode"] } console_error_panic_hook = "0.1.7" -once_cell = "1.19.0" -prettyplease = "0.2.20" -proc-macro2 = { version = "1.0.86", default-features = false } -syn = { version = "2.0.77", default-features = false, features = ["full", "parsing", "printing"] } +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"] } 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.93" +wasm-bindgen = "0.2.95" yew = { version = "0.21.0", features = ["csr"] } [dependencies.web-sys] -version = "0.3.70" +version = "0.3.72" features = [ "DomTokenList", "HtmlDialogElement", diff --git a/rinja b/rinja index e588d3a..428984a 160000 --- a/rinja +++ b/rinja @@ -1 +1 @@ -Subproject commit e588d3a6feea6e4d097858a266b072fbc135665e +Subproject commit 428984af93c27deba5139eed00a3a2fb7ad31dfe