diff --git a/Cargo.lock b/Cargo.lock index dfea2dc9..6b3f5c06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1090,9 +1090,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "6.3.2" +version = "6.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098" +checksum = "9b3f9296c208515b87bd915a2f5d1163d4b3f863ba83337d7713cf478055948e" dependencies = [ "derive_builder", "log", @@ -1788,7 +1788,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d5a42ffb..8cc3ed71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ dirs = "5.0.1" futures = "0.3.31" gloo = "0.11.0" gloo-file = "0.3.0" -handlebars = "6.3.2" +handlebars = "6.4.0" humansize = "2.1.3" http = "1.1.0" http-body-util = "0.1"