Skip to content

Commit

Permalink
Merge pull request #58 from froth/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
froth committed Jul 10, 2024
2 parents 349a6af + 6ca3e71 commit 460f649
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ authors = ["Fred Roth"]
description = "An interpreter for the Lox language (http://craftinginterpreters.com/)"

[dependencies]
clap = { version = "4.5.4", features = ["derive", "env", "string"] }
clap = { version = "4.5.9", features = ["derive", "env", "string"] }
miette = { version = "7.2.0", features = ["fancy", "syntect-highlighter"] }
phf = { version = "0.11.2", features = ["macros"] }
thiserror = "1.0.61"
strum = { version = "0.26", features = ["derive"] }
rustyline = {version= "14.0.0", features = ["with-file-history", "derive"]}
directories = "5.0.1"
graphviz-rust = "0.9.0"
uuid = { version = "1.8.0", features = ["v4"]}
uuid = { version = "1.10.0", features = ["v4"]}

[dev-dependencies]
assert_matches = "1.5"
Expand Down

0 comments on commit 460f649

Please sign in to comment.