Skip to content

Commit

Permalink
Update strum requirement from 0.25.0 to 0.26.1 (#9046)
Browse files Browse the repository at this point in the history
* Update strum requirement from 0.25.0 to 0.26.1

---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update strum-macros and datafusion-cli

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
  • Loading branch information
dependabot[bot] and alamb authored Jan 30, 2024
1 parent 85ceb9d commit 262d093
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 30 deletions.
73 changes: 46 additions & 27 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions datafusion/expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ arrow-array = { workspace = true }
datafusion-common = { workspace = true }
paste = "^1.0"
sqlparser = { workspace = true }
strum = { version = "0.25.0", features = ["derive"] }
strum_macros = "0.25.0"
strum = { version = "0.26.1", features = ["derive"] }
strum_macros = "0.26.0"

[dev-dependencies]
ctor = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion datafusion/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ serde_json = { workspace = true, optional = true }

[dev-dependencies]
doc-comment = { workspace = true }
strum = { version = "0.25.0", features = ["derive"] }
strum = { version = "0.26.1", features = ["derive"] }
tokio = "1.18"

0 comments on commit 262d093

Please sign in to comment.