Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rust-version = "1.93"
# Pinned to 1.129 as global `cargo update` resolves to 1.119 due to a
# crc/crc-fast version conflict. 1.119 pulls in lru 0.12.5, which has a
# security advisory (GHSA-2qph-qpvm-2qf7). 1.129 pulls in lru 0.16.3.
aws-sdk-s3 = { version = "1.129", default-features = false }
aws-sdk-s3 = { version = "1.132", default-features = false }
async-stream = "0.3"
chrono = { version = "0.4", features = ["serde"] }
clap = { version = "4.6", features = ["derive"] }
Expand Down