diff --git a/Cargo.lock b/Cargo.lock index 9b4a93f5..e5cec2ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,9 +573,9 @@ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" [[package]] name = "convert_case" -version = "0.6.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" +checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7" dependencies = [ "unicode-segmentation", ] diff --git a/crates/weaver_forge/Cargo.toml b/crates/weaver_forge/Cargo.toml index a53fbaa1..c4fba82a 100644 --- a/crates/weaver_forge/Cargo.toml +++ b/crates/weaver_forge/Cargo.toml @@ -20,7 +20,7 @@ weaver_semconv = { path = "../weaver_semconv" } minijinja = { version = "2.5.0", features = ["loader", "custom_syntax", "debug", "json", "urlencode", "macros"] } minijinja-contrib = { version="2.5.0", features = ["pycompat"] } -convert_case = "0.6.0" +convert_case = "0.7.1" jaq-core = "2.0.0" jaq-std = "2.0.0" jaq-json = { version="1.0.0", features=["serde_json"] }