Skip to content

Commit

Permalink
chore(cargo): update dependencies (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamafaktory authored Apr 24, 2024
1 parent fe59160 commit 2f15280
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
36 changes: 18 additions & 18 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.58"
serde_json = { features = ["preserve_order", "unbounded_depth"], version = "1.0.115" }
thiserror = "1.0.59"
serde_json = { features = ["preserve_order", "unbounded_depth"], version = "1.0.116" }

[workspace.package]
authors = ["Davy Duperron <yamafaktory@gmail.com>"]
Expand Down
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.6.5", features = ["simd"] }
winnow = { version = "0.6.6", features = ["simd"] }

[lib]
path = "src/lib.rs"
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.81"
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive"] }
colored_json = { version = "4.1.0" }
colored_json = { version = "5.0.0" }
jql-runner = { path = "../jql-runner", version = "7.1.7" }
serde = "1.0.197"
serde = "1.0.198"
serde_stacker = "0.1.11"
serde_json = { workspace = true }
tokio = { version = "1.37.0", features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"] }

0 comments on commit 2f15280

Please sign in to comment.