Skip to content

Commit

Permalink
Merge branch 'main' into other
Browse files Browse the repository at this point in the history
  • Loading branch information
hinto-janai committed Jan 29, 2025
2 parents 384ac54 + 7e8e621 commit ecc21d2
Show file tree
Hide file tree
Showing 50 changed files with 1,108 additions and 1,360 deletions.
91 changes: 63 additions & 28 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 @@ -104,6 +104,7 @@ cuprate-zmq-types = { path = "zmq/types", default-featur

# External dependencies
anyhow = { version = "1", default-features = false }
arc-swap = { version = "1", default-features = false }
arrayvec = { version = "0.7", default-features = false }
async-trait = { version = "0.1", default-features = false }
bitflags = { version = "2", default-features = false }
Expand Down Expand Up @@ -158,7 +159,6 @@ tokio-test = { version = "0.4" }

## TODO:
## Potential dependencies.
# arc-swap = { version = "1.6.0" } # Atomically swappable Arc<T> | https://github.com/vorner/arc-swap
# itoa = { version = "1.0.9" } # Fast integer to string formatting | https://github.com/dtolnay/itoa
# notify = { version = "6.1.1" } # Filesystem watching | https://github.com/notify-rs/notify
# once_cell = { version = "1.18.0" } # Lazy/one-time initialization | https://github.com/matklad/once_cell
Expand Down
Loading

0 comments on commit ecc21d2

Please sign in to comment.