Skip to content

Commit

Permalink
Fixing unit test (#5165)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton authored Jun 26, 2024
1 parent 1302863 commit ae2227a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions quickwit/Cargo.lock

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

3 changes: 2 additions & 1 deletion quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ zstd = "0.13.0"
aws-config = "1.2"
aws-credential-types = { version = "1.2", features = ["hardcoded-credentials"] }
aws-sdk-kinesis = "1.21"
aws-sdk-s3 = "1.24"
# updating aws-sdk-s3 breaks test_s3_compatible_storage_bulk_delete_multi
aws-sdk-s3 = "=1.25"
aws-smithy-async = "1.2"
aws-smithy-runtime = "1.5"
aws-smithy-types = { version = "1.2", features = ["byte-stream-poll-next"] }
Expand Down

0 comments on commit ae2227a

Please sign in to comment.