Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/constraints_support' into constr…
Browse files Browse the repository at this point in the history
…aints_support
  • Loading branch information
lquerel committed Feb 27, 2024
2 parents 24ab67a + 3088742 commit 823371e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions crates/weaver_template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}

0 comments on commit 823371e

Please sign in to comment.