diff --git a/Cargo.lock b/Cargo.lock index 5220682..f1cd3d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.6" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c79fed4cdb43e993fcdadc7e58a09fd0e3e649c4436fa11da71c9f1f3ee7feb9" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64ct" diff --git a/crates/lox-distributor/Cargo.toml b/crates/lox-distributor/Cargo.toml index cd49c83..bb3d137 100644 --- a/crates/lox-distributor/Cargo.toml +++ b/crates/lox-distributor/Cargo.toml @@ -16,7 +16,7 @@ readme = "README.md" [dependencies] julianday = "1.2.0" -base64 = "0.21.6" +base64 = "0.21.7" hyper = { version = "0.14.28", features = ["deprecated", "backports","server"] } hex_fmt = "0.3" futures = "0.3.30"