deps: update dependencies
This commit is contained in:
+4
-8
@@ -22,17 +22,13 @@ bumpalo = {
|
||||
}
|
||||
ere = "0.2"
|
||||
ghost-cell = "0.2"
|
||||
hashbrown = "0.16"
|
||||
num_enum = "0.7.5"
|
||||
hashbrown = "0.17"
|
||||
num_enum = "0.7"
|
||||
rnix = "0.14"
|
||||
rowan = "0.16"
|
||||
smallvec = { version = "1.15", features = ["const_generics", "const_new"] }
|
||||
string-interner = "0.19"
|
||||
|
||||
[workspace.dependencies.gc-arena]
|
||||
git = "https://github.com/kyren/gc-arena"
|
||||
rev = "75671ae03f53718357b741ed4027560f14e90836"
|
||||
features = ["allocator-api2", "hashbrown", "smallvec"]
|
||||
string-interner = "0.20"
|
||||
gc-arena = { version = "0.7", features = ["hashbrown", "smallvec"] }
|
||||
|
||||
# https://emschwartz.me/your-clippy-config-should-be-stricter/
|
||||
# tombi: format.rules.table-keys-order.disabled = true
|
||||
|
||||
Reference in New Issue
Block a user