From 7cb06a211653247358f149120cd84df3233ca215 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Fri, 16 Jan 2026 18:49:20 +0100 Subject: [PATCH] Upgrade `base64` to v0.22 --- graph-core/Cargo.toml | 2 +- graph-error/Cargo.toml | 2 +- graph-oauth/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graph-core/Cargo.toml b/graph-core/Cargo.toml index ffa446d4..074beed4 100644 --- a/graph-core/Cargo.toml +++ b/graph-core/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://github.com/sreeise/graph-rs-sdk" [dependencies] async-trait = "0.1.35" -base64 = "0.21.0" +base64 = "0.22.0" dyn-clone = "1.0.14" Inflector = "0.11.4" http = { workspace = true } diff --git a/graph-error/Cargo.toml b/graph-error/Cargo.toml index e4b880f3..c15a7425 100644 --- a/graph-error/Cargo.toml +++ b/graph-error/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["onedrive", "microsoft", "microsoft-graph", "api", "oauth"] categories = ["authentication", "web-programming::http-client"] [dependencies] -base64 = "0.21.0" +base64 = "0.22.0" handlebars = "2.0.2" http = { workspace = true } jsonwebtoken = "9.1.0" diff --git a/graph-oauth/Cargo.toml b/graph-oauth/Cargo.toml index 3157c36b..d7b9e02f 100644 --- a/graph-oauth/Cargo.toml +++ b/graph-oauth/Cargo.toml @@ -19,7 +19,7 @@ exclude = [ [dependencies] anyhow = { version = "1.0.69", features = ["backtrace"]} async-trait = "0.1.35" -base64 = "0.21.0" +base64 = "0.22.0" dyn-clone = "1.0.14" hex = "0.4.3" http = { workspace = true }