Skip to content

Commit 9aebd5f

Browse files
authored
chore(cargo): bump up dependencies (#222)
1 parent b80624f commit 9aebd5f

File tree

3 files changed

+41
-100
lines changed

3 files changed

+41
-100
lines changed

Cargo.lock

Lines changed: 36 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/jql-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde_json = { workspace = true }
1717
thiserror = { workspace = true }
1818

1919
[dev-dependencies]
20-
criterion = "0.4.0"
20+
criterion = "0.5.1"
2121

2222
[lib]
2323
path = "src/lib.rs"

crates/jql/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ version = { workspace = true }
1313

1414
[dependencies]
1515
anyhow = "1.0.71"
16-
clap = { version = "4.2.7", features = ["derive"] }
17-
colored_json = { version = "3.1.0" }
16+
clap = { version = "4.3.3", features = ["derive"] }
17+
colored_json = { version = "3.2.0" }
1818
jql-runner = { path = "../jql-runner", version = "6.0.8" }
19-
serde = "1.0.163"
19+
serde = "1.0.164"
2020
serde_stacker = "0.1.8"
2121
serde_json = { workspace = true }
22-
tokio = { version = "1.28.1", features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"] }
22+
tokio = { version = "1.28.2", features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"] }
2323

0 commit comments

Comments
 (0)