Skip to content

Commit

Permalink
update mode dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Jun 28, 2023
1 parent c2cd4e1 commit 24ce22f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 57 deletions.
101 changes: 47 additions & 54 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ anyhow = "^1.0.71"
base64 = "^0.21.2"
clap = { version = "^4.3.8", features = ["cargo"] }
indexmap = { version = "^2.0.0", features = ["serde"] }
nom = "^7.0.0"
nom = "^7.1.3"
numberkit = "^0.1.0"
phf = "^0.11.2"
serde = { version = "^1.0.164", features = ["derive"] }
serde-enum-str = "^0.3.2"
serde_with = "^3.0.0"
serde_yaml = "^0.9.22"
topological-sort = "^0.2.2"
voca_rs = "^1.14.0"
voca_rs = "^1.15.2"
wasm-bindgen = "^0.2.87"


[build-dependencies]
phf_codegen = "^0.11.2"
serde = { version = "^1.0.164", features = ["derive"] }
serde_json = "^1.0.97"
serde_json = "^1.0.99"
serde_with = "^3.0.0"

[profile.release]
Expand Down

0 comments on commit 24ce22f

Please sign in to comment.