update steel to latest

pull/8675/merge^2
mattwparas 4 months ago
parent d34839781a
commit 416fa963f7

41
Cargo.lock generated

@ -421,6 +421,20 @@ dependencies = [
"parking_lot_core",
]
[[package]]
name = "dashmap"
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
dependencies = [
"cfg-if",
"crossbeam-utils",
"hashbrown 0.14.5",
"lock_api",
"once_cell",
"parking_lot_core",
]
[[package]]
name = "deranged"
version = "0.3.11"
@ -1274,7 +1288,7 @@ version = "14.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b0e276cd08eb2a22e9f286a4f13a222a01be2defafa8621367515375644b99"
dependencies = [
"dashmap",
"dashmap 5.5.3",
"gix-fs",
"libc",
"once_cell",
@ -1415,16 +1429,6 @@ version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash",
"serde",
]
[[package]]
name = "hashbrown"
version = "0.14.5"
@ -1433,6 +1437,7 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
"ahash",
"allocator-api2",
"serde",
]
[[package]]
@ -1848,10 +1853,10 @@ dependencies = [
[[package]]
name = "lasso"
version = "0.7.2"
source = "git+https://github.com/lcnr/lasso/?branch=patch-1#87767f540cd040764325a53fc790c27e17c69d33"
source = "git+https://github.com/kixiron/lasso/#d3addad867141a024c316f7219e793a82f2b8d8d"
dependencies = [
"dashmap",
"hashbrown 0.13.2",
"dashmap 6.0.1",
"hashbrown 0.14.5",
"serde",
]
@ -2631,7 +2636,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "steel-core"
version = "0.6.0"
source = "git+https://github.com/mattwparas/steel.git#389cb7d5589d154d7626c1757c3343a1915a4a8a"
source = "git+https://github.com/mattwparas/steel.git#d0458f66136232ff25412286cbffedd8823a3f18"
dependencies = [
"abi_stable",
"anyhow",
@ -2671,7 +2676,7 @@ dependencies = [
[[package]]
name = "steel-derive"
version = "0.5.0"
source = "git+https://github.com/mattwparas/steel.git#389cb7d5589d154d7626c1757c3343a1915a4a8a"
source = "git+https://github.com/mattwparas/steel.git#d0458f66136232ff25412286cbffedd8823a3f18"
dependencies = [
"proc-macro2",
"quote",
@ -2681,7 +2686,7 @@ dependencies = [
[[package]]
name = "steel-gen"
version = "0.2.0"
source = "git+https://github.com/mattwparas/steel.git#389cb7d5589d154d7626c1757c3343a1915a4a8a"
source = "git+https://github.com/mattwparas/steel.git#d0458f66136232ff25412286cbffedd8823a3f18"
dependencies = [
"codegen",
"serde",
@ -2691,7 +2696,7 @@ dependencies = [
[[package]]
name = "steel-parser"
version = "0.6.0"
source = "git+https://github.com/mattwparas/steel.git#389cb7d5589d154d7626c1757c3343a1915a4a8a"
source = "git+https://github.com/mattwparas/steel.git#d0458f66136232ff25412286cbffedd8823a3f18"
dependencies = [
"fxhash",
"lasso",

Loading…
Cancel
Save