Skip to content

Commit

Permalink
upd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Mar 27, 2024
1 parent 39fc7f2 commit 9b7cddd
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 63 deletions.
106 changes: 53 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions edb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repository = "https://github.com/edg-l/edlang"
[dependencies]
edlang_driver = { version = "0.0.1-alpha.16", path = "../lib/edlang_driver" }
anyhow = "1"
clap = { version = "4.4.16", features = ["derive"] }
toml = "0.8.10"
clap = { version = "4.5.4", features = ["derive"] }
toml = "0.8.12"
serde = { version = "1.0.197", features = ["derive"] }
git2 = "0.18.2"
git2 = "0.18.3"
owo-colors = "4.0.0"
2 changes: 1 addition & 1 deletion lib/edlang_codegen_llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ edlang_ir = { version = "0.0.1-alpha.16", path = "../edlang_ir" }
edlang_parser = { version = "0.0.1-alpha.16", path = "../edlang_parser" }
edlang_session = { version = "0.0.1-alpha.16", path = "../edlang_session" }
llvm-sys = "170.0.1"
inkwell = { git = "https://github.com/TheDan64/inkwell", rev = "e0aa2e51a6cb501e4e2a889bbea12a1efab9c4ff", features = ["llvm17-0"] }
inkwell = { git = "https://github.com/TheDan64/inkwell", rev = "69c5a3fcc3e8b997c36e20021c52adcff664d746", features = ["llvm17-0"] }
tracing = { workspace = true }
edlang_span = { version = "0.0.1-alpha.16", path = "../edlang_span" }
2 changes: 1 addition & 1 deletion lib/edlang_driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/edg-l/edlang"

[dependencies]
ariadne = { version = "0.4.0", features = ["auto-color"] }
clap = { version = "4.4.16", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
anyhow = "1"
edlang_ast = { version = "0.0.1-alpha.16", path = "../edlang_ast" }
edlang_check = { version = "0.0.1-alpha.16", path = "../edlang_check" }
Expand Down
2 changes: 1 addition & 1 deletion lib/edlang_ir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ repository = "https://github.com/edg-l/edlang"

[dependencies]
edlang_span = { version = "0.0.1-alpha.16", path = "../edlang_span" }
smallvec = "1.13.1"
smallvec = "1.13.2"
educe = "0.5.11"
2 changes: 1 addition & 1 deletion lib/edlang_lowering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ repository = "https://github.com/edg-l/edlang"
edlang_ast = { version = "0.0.1-alpha.16", path = "../edlang_ast" }
edlang_ir = { version = "0.0.1-alpha.16", path = "../edlang_ir" }
tracing.workspace = true
thiserror = "1.0.57"
thiserror = "1.0.58"
6 changes: 3 additions & 3 deletions lib/edlang_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ repository = "https://github.com/edg-l/edlang"
[dependencies]
ariadne = { version = "0.4.0", features = ["auto-color"] }
edlang_ast = { version = "0.0.1-alpha.16", path = "../edlang_ast" }
itertools = "0.12.0"
lalrpop-util = { version = "0.20.0", features = ["lexer"] }
itertools = "0.12.1"
lalrpop-util = { version = "0.20.2", features = ["lexer"] }
logos = "0.14.0"
tracing = { workspace = true }

[build-dependencies]
lalrpop = "0.20.0"
lalrpop = "0.20.2"

0 comments on commit 9b7cddd

Please sign in to comment.