Skip to content

Commit

Permalink
[dependency] Bump dependencies (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamChou19815 authored Feb 19, 2024
1 parent 00a8edb commit bdffd36
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 20 deletions.
21 changes: 11 additions & 10 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 crates/samlang-ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
enum-as-inner = "0.5.1"
enum-iterator = "1.4.1"
itertools = "0.12.0"
itertools = "0.12.1"
samlang-heap = { path = "../samlang-heap" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/samlang-checker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
enum-as-inner = "0.5.1"
itertools = "0.12.0"
itertools = "0.12.1"
phf = { version = "0.11", features = ["macros"] }
samlang-ast = { path = "../samlang-ast" }
samlang-collections = { path = "../samlang-collections" }
Expand Down
4 changes: 2 additions & 2 deletions crates/samlang-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
enum-as-inner = "0.5.1"
itertools = "0.12.0"
itertools = "0.12.1"
samlang-ast = { path = "../samlang-ast" }
samlang-checker = { path = "../samlang-checker" }
samlang-collections = { path = "../samlang-collections" }
Expand All @@ -14,7 +14,7 @@ samlang-heap = { path = "../samlang-heap" }
samlang-optimization = { path = "../samlang-optimization" }
samlang-parser = { path = "../samlang-parser" }
samlang-profiling = { path = "../samlang-profiling" }
wat = "1.0.66"
wat = "1.200.0"

[dev-dependencies]
pretty_assertions = "1.4.0"
2 changes: 1 addition & 1 deletion crates/samlang-errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.9.1"
edition = "2021"

[dependencies]
itertools = "0.12.0"
itertools = "0.12.1"
samlang-ast = { path = "../samlang-ast" }
samlang-heap = { path = "../samlang-heap" }

Expand Down
2 changes: 1 addition & 1 deletion crates/samlang-heap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.9.1"
edition = "2021"

[dependencies]
itertools = "0.12.0"
itertools = "0.12.1"

[dev-dependencies]
pretty_assertions = "1.4.0"
2 changes: 1 addition & 1 deletion crates/samlang-optimization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
enum-as-inner = "0.5.1"
itertools = "0.12.0"
itertools = "0.12.1"
samlang-ast = { path = "../samlang-ast" }
samlang-collections = { path = "../samlang-collections" }
samlang-errors = { path = "../samlang-errors" }
Expand Down
2 changes: 1 addition & 1 deletion crates/samlang-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
enum-iterator = "1.4.1"
itertools = "0.12.0"
itertools = "0.12.1"
phf = { version = "0.11", features = ["macros"] }
samlang-ast = { path = "../samlang-ast" }
samlang-errors = { path = "../samlang-errors" }
Expand Down
2 changes: 1 addition & 1 deletion crates/samlang-printer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
enum-as-inner = "0.5.1"
itertools = "0.12.0"
itertools = "0.12.1"
samlang-ast = { path = "../samlang-ast" }
samlang-errors = { path = "../samlang-errors" }
samlang-heap = { path = "../samlang-heap" }
Expand Down
2 changes: 1 addition & 1 deletion crates/samlang-services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.9.1"
edition = "2021"

[dependencies]
itertools = "0.12.0"
itertools = "0.12.1"
samlang-ast = { path = "../samlang-ast" }
samlang-checker = { path = "../samlang-checker" }
samlang-errors = { path = "../samlang-errors" }
Expand Down

0 comments on commit bdffd36

Please sign in to comment.