Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: asaaki/cloudfront-logs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9e6fdd99a79560a183d4a5b384826a335660d703
Choose a base ref
..
head repository: asaaki/cloudfront-logs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d1427b2d808a9250d92faa8c1ff6a1560a2019e3
Choose a head ref
Showing with 19 additions and 38 deletions.
  1. +18 −37 Cargo.lock
  2. +1 −1 Cargo.toml
55 changes: 18 additions & 37 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
@@ -63,7 +63,7 @@ memchr = "2.7.4"
time = { version = "0.3.36", features = ["parsing", "macros"], optional = true }
strum = { version = "0.26.3", features = ["derive"] }
chrono = { version = "0.4.38", optional = true }
parquet = { version = "52.2.0", optional = true }
parquet = { version = "53.0.0", optional = true }
parquet_derive = { version = "53.0.0", optional = true }
self_cell = "1.0.4"