From e5f320fdd082097892504092069771472962324c Mon Sep 17 00:00:00 2001 From: Brian Caswell Date: Tue, 3 Oct 2023 14:08:12 -0400 Subject: [PATCH] bump azure_identity version to 0.16.1 to address timezone issue --- sdk/identity/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/identity/Cargo.toml b/sdk/identity/Cargo.toml index 89d634c9b9..ca64522d97 100644 --- a/sdk/identity/Cargo.toml +++ b/sdk/identity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azure_identity" -version = "0.16.0" +version = "0.16.1" description = "Rust wrappers around Microsoft Azure REST APIs - Azure identity helper crate" readme = "README.md" authors = ["Microsoft Corp."]