Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into merge-refactor-v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bsbds committed Aug 26, 2024
2 parents cad274f + 617e341 commit a31b2f2
Show file tree
Hide file tree
Showing 17 changed files with 352 additions and 1,639 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check Spelling
uses: crate-ci/typos@v1.23.6
uses: crate-ci/typos@v1.23.7

build:
name: Build
Expand Down
11 changes: 8 additions & 3 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ derive_builder = "0.20.0"
event-listener = "5.3.1"
futures = "0.3.30"
getset = "0.1"
interval_map = { package = "rb-interval-map" }
opentelemetry = { version = "0.24.0", features = ["trace"] }
opentelemetry_sdk = { version = "0.24.1", features = ["trace"] }
parking_lot = { version = "0.12.3", optional = true }
pbkdf2 = { version = "0.12.2", features = ["simple"] }
petgraph = "0.6.4"
rand = "0.8.5"
regex = "1.10.5"
serde = { version = "1.0.204", features = ["derive"] }
thiserror = "1.0.61"
Expand Down
118 changes: 0 additions & 118 deletions crates/utils/benches/interval_map.rs

This file was deleted.

Loading

0 comments on commit a31b2f2

Please sign in to comment.