This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git
The following commit(s) were added to refs/heads/main by this push:
new d5737dd build(deps): update base64 requirement from 0.22 to 0.23
(#813)
d5737dd is described below
commit d5737ddec752bb7de38ea94482f1f8fbaa3b5aa9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 17 18:00:31 2026 -0400
build(deps): update base64 requirement from 0.22 to 0.23 (#813)
Updates the requirements on
[base64](https://github.com/marshallpierce/rust-base64) to permit the latest
version.
-
[Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
-
[Commits](https://github.com/marshallpierce/rust-base64/compare/v0.22.0...v0.23.0)
---
updated-dependencies:
- dependency-name: base64
dependency-version: 0.23.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 5e7afc0..b37de18 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ url = "2.2"
walkdir = { version = "2", optional = true }
# Cloud storage support
-base64 = { version = "0.22", default-features = false, features = ["std"],
optional = true }
+base64 = { version = "0.23", default-features = false, features = ["std"],
optional = true }
crc-fast = { version = "1.6" , optional = true }
form_urlencoded = { version = "1.2", optional = true }
http-body-util = { version = "0.1.2", optional = true }