diff --git a/crate2bib-app/Cargo.toml b/crate2bib-app/Cargo.toml index 27497de..6ff6adc 100644 --- a/crate2bib-app/Cargo.toml +++ b/crate2bib-app/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -dioxus = { version = "0.6.3", features = ["router"] } +dioxus = { version = "0.7.1", features = ["router"] } crate2bib = { path = "../crate2bib", features = ["log"] } circ_buffer = "0.1.9" log.workspace = true