Skip to content

Commit

Permalink
chore(cargo): update dependencies (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamafaktory authored Jan 19, 2024
1 parent a081152 commit 052dd6d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
52 changes: 26 additions & 26 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/jql-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = { workspace = true }

[dependencies]
thiserror = { workspace = true }
winnow = { version = "0.5.30", features = ["simd"] }
winnow = { version = "0.5.34", features = ["simd"] }

[lib]
path = "src/lib.rs"
2 changes: 1 addition & 1 deletion crates/jql-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = { workspace = true }

[dependencies]
jql-parser = { path = "../jql-parser", version = "7.1.2" }
rayon = "1.8.0"
rayon = "1.8.1"
serde_json = { workspace = true }
thiserror = { workspace = true }

Expand Down
8 changes: 4 additions & 4 deletions crates/jql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repository = { workspace = true }
version = { workspace = true }

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.11", features = ["derive"] }
anyhow = "1.0.79"
clap = { version = "4.4.18", features = ["derive"] }
colored_json = { version = "4.1.0" }
jql-runner = { path = "../jql-runner", version = "7.1.2" }
serde = "1.0.193"
serde_stacker = "0.1.10"
serde = "1.0.195"
serde_stacker = "0.1.11"
serde_json = { workspace = true }
tokio = { version = "1.35.1", features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"] }

0 comments on commit 052dd6d

Please sign in to comment.