Skip to content

Commit

Permalink
Merge pull request #13 from linksplatform/dependabot/cargo/bumpalo-3.…
Browse files Browse the repository at this point in the history
…11.1

Bump bumpalo from 3.10.0 to 3.11.1
  • Loading branch information
FreePhoenix888 committed Jul 5, 2023
2 parents 94eb301 + 8b4c1bf commit a35ee5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions doublets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tap = { version = "1.0.1" }
cfg-if = { version = "1.0.0" }
thiserror = { version = "1.0.30" }
leak_slice = { version = "0.2.0" }
bumpalo = { version = "3.10.0", features = ["allocator_api", "collections"] }
bumpalo = { version = "3.11.1", features = ["allocator_api", "collections"] }

# platform
data = { package = "platform-data", path = "../dev-deps/data-rs", version = "0.1.0-beta.1" }
Expand All @@ -51,7 +51,7 @@ full = ["platform", "rayon", "small-search"]
tap = { version = "1.0.1" }
rand = { version = "0.8.5" }
criterion = { version = "0.3.6" }
bumpalo = { version = "3.10.0", features = ["allocator_api", "collections"] }
bumpalo = { version = "3.11.1", features = ["allocator_api", "collections"] }
mimalloc = { version = "0.1.29", default-features = false }
rpmalloc = "0.2.0"
tinyvec = { version = "1.6.0", features = ["alloc"] }
Expand Down

0 comments on commit a35ee5b

Please sign in to comment.