Skip to content

Commit

Permalink
chore(rust): Update AWS doc dependencies (#20095)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Dec 2, 2024
1 parent a40455b commit cd6e4a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions docs/source/src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ description = "Code examples included in the Polars documentation website"

[dependencies]
aws-config = { 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
aws-sdk-s3 = { version = "1" }
aws-smithy-checksums = { version = "0.60.10" }
chrono = { workspace = true }
rand = { workspace = true }
reqwest = { workspace = true, features = ["blocking"] }
Expand Down

0 comments on commit cd6e4a0

Please sign in to comment.