Skip to content

Commit

Permalink
chore: update dependencies (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Nov 11, 2023
1 parent a02fd43 commit 7315839
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default = ["rhai"]
rhai = ["dep:rhai"]

[dependencies]
rhai = { version = "1.16.2", optional = true }
indexmap = { version = "2.0.2", features = ["serde"] }
serde = { version = "1.0.188", features = ["derive"] }
toml = "0.8.2"
rhai = { version = "1.16.3", optional = true }
indexmap = { version = "2.1.0", features = ["serde"] }
serde = { version = "1.0.192", features = ["derive"] }
toml = "0.8.8"
4 changes: 2 additions & 2 deletions engine/translator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ rhai-wasm = ["rhai", "rhai/wasm-bindgen", "rhai/internals", "rhai/only_i32"]
strsim = ["dep:strsim"]

[dependencies]
rhai = { version = "1.16.2", optional = true }
indexmap = { version = "2.0.2", features = ["serde"] }
rhai = { version = "1.16.3", optional = true }
indexmap = { version = "2.1.0", features = ["serde"] }
strsim = { version = "0.10.0", optional = true }
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ strsim = ["afrim-translator/strsim"]
inhibit = ["afrim-preprocessor/inhibit"]

[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
clap = { version = "4.4.8", features = ["derive"] }
enigo = "0.1.3"
afrim-config = { version = "0.4.1", path = "../config", default-features = false }
afrim-preprocessor = { version = "0.5.1", path = "../engine/preprocessor", default-features = false }
Expand Down

0 comments on commit 7315839

Please sign in to comment.