diff --git a/Cargo.lock b/Cargo.lock index 15da023..f395861 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -363,7 +363,7 @@ dependencies = [ "anyhow", "axum", "axum-server", - "base64 0.13.1", + "base64 0.21.7", "bcrypt", "clap", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 4269f79..a2f1a79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "A web frontend to Suricata full packet capture" anyhow = "1.0.57" axum = { version = "0.7", default-features = false, features = ["json", "form", "query"] } axum-server = { version = "0.6.0", default-features = false, features = ["tls-rustls"] } -base64 = { version = "0.13.0", default-features = false } +base64 = { version = "0.21.7", default-features = false } bcrypt = { version = "0.13.0", default-features = false, features = ["std"] } clap = { version = "4.5.4", default-features = false, features = ["std", "derive", "color", "help", "usage"] } futures-util = { version = "0.3.21", default-features = false }