Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Jul 20, 2024
1 parent 0db0939 commit 339d7cc
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
90 changes: 45 additions & 45 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions pretty_yaml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ exclude = ["/tests"]
[dependencies]
rowan = "0.15"
serde = { version = "1.0", features = ["derive"], optional = true }
tiny_pretty = "0.1"
tiny_pretty = "0.2"
yaml_parser = { version = "0.2", path = "../yaml_parser" }

[dev-dependencies]
insta = { version = "1.38", features = ["glob"] }
insta = { version = "1.39", features = ["glob"] }
similar-asserts = "1.5"
toml = "0.8"

Expand Down
2 changes: 1 addition & 1 deletion yaml_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ rowan = "0.15"
winnow = "0.6"

[dev-dependencies]
insta = { version = "1.38", features = ["glob"] }
insta = { version = "1.39", features = ["glob"] }

0 comments on commit 339d7cc

Please sign in to comment.