Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/maven/java/software.amazon.aws…
Browse files Browse the repository at this point in the history
…cdk-aws-cdk-lib-2.180.0
  • Loading branch information
rtjd6554 authored Feb 24, 2025
2 parents a4f61e3 + e953378 commit b7b6c71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions rust/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 rust/compaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
cxx = { version = "1.0.141" } # Exception handling for Rust
libc = { version = "0.2.169" } # FFI type support
log = { version = "0.4.25" } # Logging support
log = { version = "0.4.26" } # Logging support
arrow = { version = "54.2.0", features = ["prettyprint"] } # Batch of reading from Parquet files
futures = { version = "0.3.31" } # Async processing
async-trait = { version = "0.1.86" }
Expand Down
4 changes: 2 additions & 2 deletions rust/compactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ default-run = "main"

[dependencies]
thiserror = { version = "2.0.11" } # Derivable error enums
log = { version = "0.4.25", features = [
log = { version = "0.4.26", features = [
"release_max_level_debug",
] } # Standard logging framework
env_logger = { version = "0.11.6" } # Standard logging to stderr
human-panic = { version = "2.0.2" } # Readable panic messages
clap = { version = "4.5.30", features = ["derive"] } # Cmd line args processing
color-eyre = { version = "0.6.2" } # Colourised version of `anyhow`
owo-colors = { version = "4.1.0" } # Colourised output
owo-colors = { version = "4.2.0" } # Colourised output
compaction = { path = "../compaction" }
chrono = { version = "0.4.39" } # Log helper
tokio = { version = "1.43.0", features = ["full"] } # Async runtime
Expand Down

0 comments on commit b7b6c71

Please sign in to comment.