mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-28 17:41:49 +00:00
fix: update bumpalo fix potential leaks
This commit is contained in:
parent
fbe4cc7ef8
commit
737c14e99a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
smallvec = "1.8.0"
|
||||
bumpalo = { version = "3.10.0", features = ["collections", "boxed"] }
|
||||
bumpalo = { version = "3.11.1", features = ["collections", "boxed"] }
|
||||
num = "0.4.0"
|
||||
enum-as-inner = "0.5.1"
|
||||
ouroboros = "0.15.2"
|
||||
|
|
Loading…
Reference in a new issue