Skip to content

Commit

Permalink
fix: update library versions to fix flaky (1-2 out of 10) empty resul…
Browse files Browse the repository at this point in the history
…t files (#55)
  • Loading branch information
matzuk committed Sep 3, 2024
1 parent 359cbb6 commit 6dac256
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ anyhow = "1.0.79"
clap = { version = "4.4.18", features = ["derive", "env"] }
clap_complete = "4"
log = "0.4.20"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
serde-enum-str = "0.4.0"
serde_json = "1.0.113"
serde_yaml = "0.9.31"
serde_json = "1.0.127"
serde_yaml = "0.9.33"
serde_with = "3.6.0"
simple_logger = "4.3.3"
shellexpand = "3.1.0"
Expand All @@ -38,8 +38,8 @@ reqwest = { version = "0.12.4", default-features = false, features = [
"rustls-tls",
] }
time = { version = "0.3.36", features = ["serde-well-known"] }
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"
tokio = { version = "1.40.0", features = ["full"] }
tokio-util = "0.7.11"
futures = "0.3"
async-trait = "0.1"
num_cpus = "1"
Expand Down

0 comments on commit 6dac256

Please sign in to comment.