Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeng committed Jan 25, 2024
1 parent b6f194f commit 6789255
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
64 changes: 32 additions & 32 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ phf = { version = "0.11.2", features = ["macros"] }
either = "1.9.0"
nom = "7.1.3"
nom_locate = "4.2.0"
cranelift = "0.101.3"
cranelift-module = "0.101.3"
cranelift-jit = "0.101.3"
cranelift-native = "0.101.3"
cranelift-object = "0.101.3"
cranelift = "0.103.0"
cranelift-module = "0.103.0"
cranelift-jit = "0.103.0"
cranelift-native = "0.103.0"
cranelift-object = "0.103.0"
archon-vm-runtime = { path = "runtime" }
strum = "0.25.0"
strum_macros = "0.25.3"
enum-map = "2.7.0"
enum-map = "2.7.3"
home = "0.5.9"
itertools = "0.12.0"
enum-ordinalize = "4.3.0"

0 comments on commit 6789255

Please sign in to comment.