Skip to content

Commit

Permalink
fix: avoid AWS pinning to outdated crc32c version (pola-rs#16681)
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp authored and Wouittone committed Jun 22, 2024
1 parent c4ad813 commit 3243b61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 7 additions & 6 deletions 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 docs/src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ description = "Code examples included in the Polars documentation website"

[dependencies]
aws-config = { version = "1" }
aws-sdk-s3 = { version = "1" }
aws-sdk-s3 = { version = "=1.31" } # Exact version because of https://github.com/smithy-lang/smithy-rs/issues/3672
aws-smithy-checksums = { version = "=0.60.8" } # Exact version because of https://github.com/smithy-lang/smithy-rs/issues/3672
chrono = { workspace = true }
rand = { workspace = true }
reqwest = { workspace = true, features = ["blocking"] }
Expand Down

0 comments on commit 3243b61

Please sign in to comment.