Skip to content

Commit

Permalink
fix dependency resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
sayon committed Feb 7, 2025
1 parent 2f45445 commit f78d701
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
38 changes: 30 additions & 8 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 e2e-tests-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fs2 = "0.4.3"
tokio = { version = "1", features = ["time", "rt", "process"] }
futures = "0.3.31"
itertools = "0.13.0"
async-trait = "0.1.83"
async-trait = "0.1.86"
reqwest = "0.12.9"
reqwest-middleware = { version = "0.4", features = ["json"] }
serde_json = "1"
Expand Down

0 comments on commit f78d701

Please sign in to comment.