Skip to content

Commit

Permalink
fix(deps): update rust crate serde_yaml to 0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 18, 2022
1 parent 5dc804d commit f5d33cd
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 @@ -28,7 +28,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.14"
serde_yaml = "0.9.15"
serde_json = "1.0.90"
similar = { version = "2.2.1", features = ["inline"] }
tokio = { version = "1", features = ["rt-multi-thread", "io-std"] }
Expand Down
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.14"
serde_yaml = "0.9.15"
regex = {version = "1.7.0", optional = true }
globset = "0.4.9"
bit-set = "0.5.3"
Expand Down

0 comments on commit f5d33cd

Please sign in to comment.