Skip to content

Commit c282508

Browse files
authored
chore(deps): pin substrait to 0.62.2 (#20827)
1 parent 3574960 commit c282508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/substrait/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ object_store = { workspace = true }
4444
# We need to match the version in substrait, so we don't use the workspace version here
4545
pbjson-types = { version = "0.8.0" }
4646
prost = { workspace = true }
47-
substrait = { version = "0.62", features = ["serde"] }
47+
substrait = { version = "0.62.2", features = ["serde"] }
4848
url = { workspace = true }
4949
tokio = { workspace = true, features = ["fs"] }
5050

0 commit comments

Comments
 (0)