Skip to content

Commit

Permalink
chore: udpate dependencies (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Jan 31, 2024
1 parent d95c877 commit 5996915
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rhai = ["dep:rhai"]
rhai-wasm = ["rhai", "rhai/wasm-bindgen"]

[dependencies]
rhai = { version = "1.16.3", optional = true, features = ["only_i32", "f32_float", "no_custom_syntax"] }
indexmap = { version = "2.1.0", features = ["serde"] }
serde = { version = "1.0.192", features = ["derive"] }
toml = "0.8.8"
rhai = { version = "1.17.0", optional = true, features = ["only_i32", "f32_float", "no_custom_syntax"] }
indexmap = { version = "2.1.1", features = ["serde"] }
serde = { version = "1.0.196", features = ["derive"] }
toml = "0.8.9"
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"]
strsim = ["dep:strsim"]

[dependencies]
rhai = { version = "1.16.3", optional = true, features = ["only_i32", "f32_float", "no_custom_syntax"] }
indexmap = { version = "2.1.0", features = ["serde"] }
rhai = { version = "1.17.0", optional = true, features = ["only_i32", "f32_float", "no_custom_syntax"] }
indexmap = { version = "2.1.1", features = ["serde"] }
strsim = { version = "0.10.0", optional = true }
4 changes: 2 additions & 2 deletions service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ strsim = ["afrim-translator/strsim"]
inhibit = ["afrim-preprocessor/inhibit"]

[dependencies]
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.18", 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 }
afrim-translator = { version = "0.1.2", path = "../engine/translator", default-features = false }
rdev = "0.5.3"

[dev-dependencies]
rstk = "0.1.0"
rstk = "0.3.0"

0 comments on commit 5996915

Please sign in to comment.