Skip to content

Commit

Permalink
chore(cargo): update dependencies (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamafaktory committed Apr 1, 2024
1 parent adab48d commit 51eaa13
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
40 changes: 20 additions & 20 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ members = [
]

[workspace.dependencies]
thiserror = "1.0.57"
serde_json = { features = ["preserve_order", "unbounded_depth"], version = "1.0.114" }
thiserror = "1.0.58"
serde_json = { features = ["preserve_order", "unbounded_depth"], version = "1.0.115" }

[workspace.package]
authors = ["Davy Duperron <yamafaktory@gmail.com>"]
Expand Down
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.6" }
rayon = "1.9.0"
rayon = "1.10.0"
serde_json = { workspace = true }
thiserror = { workspace = true }

Expand Down
6 changes: 3 additions & 3 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.80"
clap = { version = "4.5.1", features = ["derive"] }
anyhow = "1.0.81"
clap = { version = "4.5.4", features = ["derive"] }
colored_json = { version = "4.1.0" }
jql-runner = { path = "../jql-runner", version = "7.1.6" }
serde = "1.0.197"
serde_stacker = "0.1.11"
serde_json = { workspace = true }
tokio = { version = "1.36.0", features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"] }
tokio = { version = "1.37.0", features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"] }

0 comments on commit 51eaa13

Please sign in to comment.