This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 39ffac7 build(deps): update strum_macros requirement from 0.27 to
0.28 (#541)
39ffac7 is described below
commit 39ffac7885ecf95999a7a5b961996598c3e8778b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 11:08:22 2026 -0500
build(deps): update strum_macros requirement from 0.27 to 0.28 (#541)
Updates the requirements on
[strum_macros](https://github.com/Peternator7/strum) to permit the latest
version.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/compare/v0.27.0...v0.28.0)
---
updated-dependencies:
- dependency-name: strum_macros
dependency-version: 0.28.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 b9badbb..9dc1bb2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,7 +77,7 @@ num-traits = { version = "0.2" }
once_cell = { version = "1" }
paste = { version = "1" }
strum = { version = "0.28", features = ["derive"] }
-strum_macros = { version = "0.27" }
+strum_macros = { version = "0.28" }
url = { version = "2" }
# runtime / async