diff --git a/Cargo.lock b/Cargo.lock index 3ba1cb9..27d3b18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,9 +98,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.7" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" [[package]] name = "bytes" diff --git a/Cargo.toml b/Cargo.toml index 11ff353..57595ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,9 @@ version = "0.0.1" edition = "2021" [dependencies] -axum = {version = "0.7.4", default-features = false, features = ["http1", "json", "query", "tokio"]} -tokio = {version = "1.36.0", features = ["macros", "rt-multi-thread"]} -ring = "0.17.7" -serde = {version = "1.0.196", features = ["derive"]} -base64 = "0.21.7" +axum = {version = "0.7.5", default-features = false, features = ["http1", "json", "query", "tokio"]} +tokio = {version = "1.37.0", features = ["macros", "rt-multi-thread"]} +ring = "0.17.8" +serde = {version = "1.0.197", features = ["derive"]} +base64 = "0.22.0" lazy_static = "1.4.0"