Skip to content

Commit

Permalink
Merge pull request #34 from corn-config/build/deps
Browse files Browse the repository at this point in the history
build: update deps
  • Loading branch information
JakeStanger authored Aug 20, 2024
2 parents 651dab1 + a3a13dd commit 6881402
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 73 deletions.
125 changes: 69 additions & 56 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions corn-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ categories = ["config"]
keywords = ["configuration", "language", "pest", "peg", "cli"]

[dependencies]
libcorn = { version = "0.9.2", path = "../libcorn" }
clap = { version = "4.5.7", features = ["derive"] }
libcorn = { version = "*", path = "../libcorn" }
clap = { version = "4.5.16", features = ["derive"] }
colored = "2.1.0"
serde = { version = "1.0.133", features = ["derive"] }
serde_json = "1.0.117"
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
serde_yaml = "0.9.34"
toml_edit = { version = "0.22.14", features = ["serde"] }
pest = "2.7.10"
toml_edit = { version = "0.22.20", features = ["serde"] }
pest = "2.7.11"
Loading

0 comments on commit 6881402

Please sign in to comment.