Skip to content

Commit 38cc1e5

Browse files
authored
upgrade deps (#554)
1 parent 9baff4b commit 38cc1e5

File tree

13 files changed

+27
-27
lines changed

13 files changed

+27
-27
lines changed

extension/partiql-extension-ion-functions/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ partiql-value = { path = "../../partiql-value", version = "0.11.*" }
2626
partiql-catalog = { path = "../../partiql-catalog", version = "0.11.*" }
2727
partiql-logical = { path = "../../partiql-logical", version = "0.11.*" }
2828

29-
ordered-float = "4"
30-
itertools = "0.13"
29+
ordered-float = "5"
30+
itertools = "0.14"
3131
unicase = "2.7"
3232
rust_decimal = { version = "1.36.0", default-features = false, features = ["std"] }
3333
ion-rs_old = { version = "0.18", package = "ion-rs" }

extension/partiql-extension-ion/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ partiql-types = { path = "../../partiql-types", version = "0.11.*" }
2828
serde = { version = "1", features = ["derive"], optional = true }
2929
typetag = { version = "0.2", optional = true }
3030

31-
ordered-float = "4"
32-
itertools = "0.13"
31+
ordered-float = "5"
32+
itertools = "0.14"
3333
unicase = "2.7"
3434
rust_decimal = { version = "1.36.0", default-features = false, features = ["std"] }
3535
rust_decimal_macros = "1.36"

extension/partiql-extension-value-functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bench = false
2424
partiql-value = { path = "../../partiql-value", version = "0.11.*" }
2525
partiql-catalog = { path = "../../partiql-catalog", version = "0.11.*" }
2626

27-
ordered-float = "4"
27+
ordered-float = "5"
2828
unicase = "2.6"
2929
time = { version = "0.3", features = ["macros"] }
3030

extension/partiql-extension-visualize/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ partiql-ast = { path = "../../partiql-ast", version = "0.11.*" }
2525
partiql-logical = { path = "../../partiql-logical", version = "0.11.*" }
2626

2727
dot-writer = { version = "0.1", optional = true }
28-
itertools = { version = "0.13", optional = true }
28+
itertools = { version = "0.14", optional = true }
2929

3030
[features]
3131
default = []

partiql-catalog/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ partiql-logical = { path = "../partiql-logical", version = "0.11.*" }
2727
partiql-types = { path = "../partiql-types", version = "0.11.*" }
2828

2929
thiserror = "1.0"
30-
ordered-float = "4"
31-
itertools = "0.13"
30+
ordered-float = "5"
31+
itertools = "0.14"
3232
unicase = "2.7"
3333

3434
dyn-clone = "1"

partiql-eval/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ lasso = "0.7"
3232
petgraph = "0.7"
3333
fxhash = "0.2"
3434
indexmap = "2"
35-
ordered-float = "4"
36-
itertools = "0.13"
35+
ordered-float = "5"
36+
itertools = "0.14"
3737
unicase = "2"
3838
rust_decimal = { version = "1", default-features = false, features = ["std"] }
3939
rust_decimal_macros = "1"

partiql-logical-planner/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ partiql-logical = { path = "../partiql-logical", version = "0.11.*" }
3030
partiql-types = { path = "../partiql-types", version = "0.11.*" }
3131
partiql-value = { path = "../partiql-value", version = "0.11.*" }
3232

33-
ordered-float = "4"
34-
itertools = "0.13"
33+
ordered-float = "5"
34+
itertools = "0.14"
3535
unicase = "2.7"
3636
indexmap = "2"
37-
petgraph = "0.6"
37+
petgraph = "0.7"
3838
num = "0.4"
3939
fnv = "1"
4040
assert_matches = "1"

partiql-logical/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ partiql-value = { path = "../partiql-value", version = "0.11.*" }
2525
partiql-common = { path = "../partiql-common", version = "0.11.*" }
2626

2727
ion-rs_old = { version = "0.18", package = "ion-rs" }
28-
ordered-float = "4"
29-
itertools = "0.13"
28+
ordered-float = "5"
29+
itertools = "0.14"
3030
rust_decimal = { version = "1.36.0", default-features = false, features = ["std"] }
3131
rust_decimal_macros = "1.36"
3232
unicase = "2.7"

partiql-parser/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bench = false
2222

2323
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2424
[build-dependencies]
25-
lalrpop = "0.21"
25+
lalrpop = "0.22"
2626

2727
[dependencies]
2828
partiql-ast = { path = "../partiql-ast", version = "0.11.*" }
@@ -35,10 +35,10 @@ rust_decimal = { version = "1.36.0", default-features = false, features = ["std"
3535

3636
bitflags = "2"
3737

38-
lalrpop-util = "0.21"
39-
logos = "0.14"
38+
lalrpop-util = "0.22"
39+
logos = "0.15"
4040

41-
itertools = "0.13"
41+
itertools = "0.14"
4242

4343
regex = "1.10"
4444
once_cell = "1"

partiql-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bench = false
2222

2323
[dependencies]
2424
partiql-common = { path = "../partiql-common", version = "0.11.*" }
25-
itertools = "0.13"
25+
itertools = "0.14"
2626

2727
miette = { version = "7", features = ["fancy"] }
2828
thiserror = "1"

0 commit comments

Comments
 (0)