diff --git a/Cargo.lock b/Cargo.lock index 33334e2..fbca26f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1680,11 +1680,11 @@ dependencies = [ [[package]] name = "ructe" -version = "0.15.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85517cd381cf0c34694881d8aaf173107c6af7670e66cec18d7a1a8bfce3b758" +checksum = "79c86c1631418815c5947a34be5872806586c65398754ec91cc2df35a8e26ba8" dependencies = [ - "base64 0.13.0", + "base64 0.21.0", "bytecount", "itertools", "md5", diff --git a/Cargo.toml b/Cargo.toml index 363a373..518ed1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,11 +37,11 @@ tracing-log = "0.1.3" tracing-subscriber = { version = "0.3.16", features = ["registry", "env-filter"] } [build-dependencies] -ructe = { version = "0.15.0", features = ["mime03"] } +ructe = { version = "0.16.1", features = ["mime03"] } vergen = { version = "7.5.0", default-features = false, features = ["git"] } [dev-dependencies] awc = "3.0.1" -ructe = "0.15.0" +ructe = "0.16.1" tempfile = "3.3.0" tokio = "1.24.2"