Skip to content

Commit

Permalink
chore: bump the patch group with 2 updates (#5022)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 0a85321 commit c9c512a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
88 changes: 44 additions & 44 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-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test = false

[dependencies]
prqlc = {path = "../prqlc", default-features = false, version = "0.13.3" }
syn = "2.0.87"
syn = "2.0.89"

[package.metadata.release]
tag-name = "{{version}}"
Expand Down
2 changes: 1 addition & 1 deletion web/book/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test = false
ansi-to-html = "0.2.1"
anyhow = {workspace = true}
itertools = {workspace = true}
mdbook = {version = "0.4.42", default-features = false}
mdbook = {version = "0.4.43", default-features = false}
mdbook-preprocessor-boilerplate = "0.1.2"
prqlc = {path = "../../prqlc/prqlc", default-features = false}
pulldown-cmark = {version = "0.10.3", default-features = false}
Expand Down

0 comments on commit c9c512a

Please sign in to comment.