diff --git a/Cargo.toml b/Cargo.toml index 9ad99208..e93cc307 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ categories = ["no-std", "embedded", "wasm", "parser-implementations"] smallvec = { version = "1.6", default-features = false, features = ["union"] } ahash = { version = "0.7", default-features = false } num-traits = { version = "0.2", default-features = false } -smartstring = { version = "0.2.6", default-features = false } +smartstring = { version = "0.2.7", default-features = false } rhai_codegen = { version = "1.0", path = "codegen", default-features = false } [features]