diff --git a/Cargo.toml b/Cargo.toml index 9ba47ae..03a8659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ reqwest = { version = "0.13.3", features = ["form", "json", "blocking", "multipa rand = { version = "0.10.1" } time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] } uuid = { version = "1.23.1", features = ["v4", "serde"] } -base64-ng = { version = "1.0.6" } +base64-ng = { version = "1.0.8" } const_format = { version = "0.2.36" } josekit = { version = "0.10.3" } textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.1" }