Skip to content

Commit

Permalink
chore(cli): bump deps
Browse files Browse the repository at this point in the history
Bump, and also remove minor version spec, for deps.
  • Loading branch information
bdarcus committed Oct 11, 2023
1 parent 44906af commit c3e851c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ path = "src/main.rs"


[dependencies]
clap = { version = "4.3.0", features = ["derive"] }
schemars = "0.8.12"
serde_json = "1.0.68"
clap = { version = "4.4", features = ["derive"] }
schemars = "0.8"
serde_json = "1.0"
csln = { path = "../csln", package = "csln" }
processor = { path = "../processor", package = "csln-processor" }

0 comments on commit c3e851c

Please sign in to comment.