diff --git a/Cargo.toml b/Cargo.toml index eebf0321..7117baa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ publish = false [workspace.dependencies] serde = { version = "1.0.196", features = ["derive"] } -serde_yaml = "0.9.31" +serde_yaml = "0.9.32" serde_json = "1.0.113" thiserror = "1.0.56" ureq = "2.9.6" diff --git a/crates/weaver_template/Cargo.toml b/crates/weaver_template/Cargo.toml index 11c7dd27..dd311245 100644 --- a/crates/weaver_template/Cargo.toml +++ b/crates/weaver_template/Cargo.toml @@ -14,10 +14,10 @@ weaver_schema = { path = "../weaver_schema" } weaver_cache = { path = "../weaver_cache" } tera = "1.19.1" -textwrap = "0.16.0" +textwrap = "0.16.1" glob = "0.3.1" convert_case = "0.6.0" -thread_local = "1.1.7" +thread_local = "1.1.8" thiserror.workspace = true serde.workspace = true diff --git a/crates/weaver_version/Cargo.toml b/crates/weaver_version/Cargo.toml index 611c3b89..7e979c43 100644 --- a/crates/weaver_version/Cargo.toml +++ b/crates/weaver_version/Cargo.toml @@ -12,4 +12,4 @@ serde.workspace = true serde_yaml.workspace = true thiserror.workspace = true -semver = {version = "1.0.21", features = ["serde"]} +semver = {version = "1.0.22", features = ["serde"]}