diff --git a/Cargo.lock b/Cargo.lock index f3a7857..a9ea6e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1053,7 +1053,7 @@ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" name = "lox-distributor" version = "0.1.0" dependencies = [ - "base64 0.21.7", + "base64 0.22.0", "chrono", "clap", "futures", @@ -1083,7 +1083,7 @@ name = "lox-library" version = "0.1.0" dependencies = [ "aes-gcm", - "base64 0.21.7", + "base64 0.22.0", "bincode", "chrono", "curve25519-dalek", diff --git a/crates/lox-distributor/Cargo.toml b/crates/lox-distributor/Cargo.toml index e58f268..0c0252d 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.7" +base64 = "0.22.0" hyper = { version = "0.14.28", features = ["deprecated", "backports","server"] } hex = "0.4.3" hex_fmt = "0.3" diff --git a/crates/lox-library/Cargo.toml b/crates/lox-library/Cargo.toml index 6073c76..94504c3 100644 --- a/crates/lox-library/Cargo.toml +++ b/crates/lox-library/Cargo.toml @@ -26,7 +26,7 @@ statistical = "1.0.0" lazy_static = "1" hex_fmt = "0.3" aes-gcm = { version = "0.10", features =["aes"]} -base64 = "0.21" +base64 = "0.22.0" time = "0.3.36" prometheus = "0.13.3" subtle = "2.5"