Skip to content

Commit

Permalink
chore: bump strum from 0.26.3 to 0.27.0 (#5147)
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 a21e863 commit 566911c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 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-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ schemars = {workspace = true}
semver = {version = "1.0.25", features = ["serde"]}
serde = {workspace = true}
serde_yaml = {workspace = true, optional = true}
strum = {version = "0.26.3", features = ["std", "derive"]}
strum = {version = "0.27.0", features = ["std", "derive"]}

# Chumsky's default features have issues when running in wasm (though we only
# see it when compiling on macOS), so we only include features when running
Expand Down
2 changes: 1 addition & 1 deletion prqlc/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ serde_json = { workspace = true }
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 = { version = "0.27.0", features = ["std", "derive"] }
strum_macros = "0.27.0"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion web/book/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mdbook-preprocessor-boilerplate = "0.1.2"
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 = {version = "0.27.0", features = ["std", "derive"]}
strum_macros = "0.27.0"

[target.'cfg(not(target_family="wasm"))'.dev-dependencies]
Expand Down

0 comments on commit 566911c

Please sign in to comment.