Skip to content

Commit

Permalink
fix(deps): update rust crate serde_yaml to 0.9.16 (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 19, 2022
1 parent 4a31f3d commit cc15eec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ codespan-reporting = "0.11.1"
ignore = "0.4.18"
num_cpus = "1.14.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.15"
serde_yaml = "0.9.16"
serde_json = "1.0.90"
similar = { version = "2.2.1", features = ["inline"] }
tokio = { version = "1", features = ["rt-multi-thread", "io-std"] }
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ default = ["regex"]
[dependencies]
ast-grep-core = { version="0.1.13", path = "../core" }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.15"
serde_yaml = "0.9.16"
regex = {version = "1.7.0", optional = true }
globset = "0.4.9"
bit-set = "0.5.3"
Expand Down

0 comments on commit cc15eec

Please sign in to comment.