Skip to content

Commit

Permalink
chore: bump the patch group with 4 updates (#5048)
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 Dec 9, 2024
1 parent 687d716 commit a9b2048
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ allow-branch = ["*"]
consolidate-commits = true

[workspace.dependencies]
anyhow = "1.0.93"
anyhow = "1.0.94"
arrow = { version = "53", features = [
"pyarrow",
"prettyprint",
Expand Down
2 changes: 1 addition & 1 deletion prqlc/bindings/prqlc-c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ doctest = false
test = false

[dependencies]
libc = "0.2.167"
libc = "0.2.168"
prqlc = {path = "../../prqlc", default-features = false}
serde_json = {workspace = true}

Expand Down
6 changes: 3 additions & 3 deletions prqlc/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ prqlc-parser = { path = "../prqlc-parser", version = "0.13.3" }

anstream = { version = "0.6.18", features = ["auto"] }
ariadne = "0.4.1"
chrono = "0.4.38"
chrono = "0.4.39"
csv = "1.3.1"
enum-as-inner = { workspace = true }
itertools = { workspace = true }
Expand All @@ -81,7 +81,7 @@ vergen-gitcl = { version = "1.0.0", features = ["build"] }

# unique dependencies from the CLI, marked as optional and included in the 'cli'
# feature
anyhow = { version = "1.0.93", features = ["backtrace"], optional = true }
anyhow = { version = "1.0.94", features = ["backtrace"], optional = true }
clap = { version = "4.4.18", features = [
"derive",
"env",
Expand Down Expand Up @@ -124,7 +124,7 @@ tiberius = { version = "0.12.3", optional = true, default-features = false, feat
"tds73",
] }
tokio = { version = "1.41.1", optional = true, features = ["full"] }
tokio-util = { version = "0.7.12", optional = true, features = ["compat"] }
tokio-util = { version = "0.7.13", optional = true, features = ["compat"] }

[dev-dependencies]
# default-features=false required to allow wasm compilation (which we don't use
Expand Down

0 comments on commit a9b2048

Please sign in to comment.