Skip to content

Commit

Permalink
chore(translator): update dependencies (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Mar 5, 2024
1 parent 02ea031 commit 80b4b4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine/translator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ strsim = ["dep:strsim"]
serde = ["indexmap/serde", "rhai/serde"]

[dependencies]
rhai = { version = "1.17.0", optional = true, features = ["only_i32", "f32_float", "no_custom_syntax"] }
indexmap = { version = "2.2.2" }
strsim = { version = "0.10.0", optional = true }
rhai = { version = "1.17.1", optional = true, features = ["only_i32", "f32_float", "no_custom_syntax"] }
indexmap = { version = "2.2.5" }
strsim = { version = "0.11.0", optional = true }

[dev-dependencies]
criterion = "0.5.1"
Expand Down

0 comments on commit 80b4b4f

Please sign in to comment.