Skip to content

Commit

Permalink
chore: Update dependencies (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Mar 31, 2024
1 parent 81c8a2e commit 7e5daba
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 46 deletions.
92 changes: 50 additions & 42 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 config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rhai-wasm = ["rhai", "rhai/wasm-bindgen"]

[dependencies]
rhai = { version = "1.17.1", optional = true, features = ["only_i32", "no_float", "no_closure", "unchecked", "no_position", "no_custom_syntax"] }
indexmap = { version = "2.2.5", features = ["serde"] }
indexmap = { version = "2.2.6", features = ["serde"] }
serde = { version = "1.0.197", features = ["derive"] }
toml = { version = "0.8.10", features = ["preserve_order"] }
toml = { version = "0.8.12", features = ["preserve_order"] }
anyhow = "1.0.81"
2 changes: 1 addition & 1 deletion engine/translator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = ["indexmap/serde", "rhai?/serde"]

[dependencies]
rhai = { version = "1.17.1", optional = true, features = ["only_i32", "no_float", "no_closure", "unchecked", "no_position", "no_custom_syntax"] }
indexmap = { version = "2.2.5" }
indexmap = { version = "2.2.6" }
strsim = { version = "0.11.0", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ strsim = ["afrim-translator/strsim"]
inhibit = ["afrim-preprocessor/inhibit"]

[dependencies]
clap = { version = "4.5.1", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
enigo = "0.1.3"
afrim-config = { version = "0.4.4", path = "../config", default-features = false }
afrim-preprocessor = { version = "0.6.0", path = "../engine/preprocessor", default-features = false }
Expand Down

0 comments on commit 7e5daba

Please sign in to comment.