Skip to content

Commit

Permalink
chore: bump strum_macros from 0.26.4 to 0.27.0 (#5148)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 88180ca commit 6e2cb7b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion prqlc/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ serde_yaml = { workspace = true, optional = true }
sqlformat = "0.3.5"
sqlparser = { version = "0.53.0", features = ["serde"] }
strum = { version = "0.26.3", features = ["std", "derive"] }
strum_macros = "0.26.4"
strum_macros = "0.27.0"

[build-dependencies]
vergen-gitcl = { version = "1.0.0", features = ["build"] }
Expand Down
2 changes: 1 addition & 1 deletion web/book/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ prqlc = {path = "../../prqlc/prqlc", default-features = false}
pulldown-cmark = {version = "0.10.3", default-features = false}
pulldown-cmark-to-cmark = "14.0.1"
strum = {version = "0.26.3", features = ["std", "derive"]}
strum_macros = "0.26.4"
strum_macros = "0.27.0"

[target.'cfg(not(target_family="wasm"))'.dev-dependencies]
anstream = {version = "0.6.18"}
Expand Down

0 comments on commit 6e2cb7b

Please sign in to comment.