diff --git a/Cargo.lock b/Cargo.lock index 24d9b58..bf4d490 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,9 +81,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64-ng" -version = "1.3.5" +version = "1.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b87dbd7e45c4885ad3432a2d125ddb155c5ee87046ab23bad043dfe84fedfa2" +checksum = "78dbdaa3c8250efc13282f483f2ae92733e407c9cf6ffc2fe7918ce1ee420724" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index 6805b8a..acd0ee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.150" } reqwest = { version = "0.13.4", features = ["form", "json", "blocking", "multipart", "stream"] } time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] } -base64-ng = { version = "1.3.5" } +base64-ng = { version = "1.3.7" } textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.1", features = ["config", "contact", "message"] } [dev-dependencies]