diff --git a/Cargo.lock b/Cargo.lock index a79cce9f4..66581940e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2634,7 +2634,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "steel-core" version = "0.6.0" -source = "git+https://github.com/mattwparas/steel.git#a818390fbbf9beb681b75494a2b1025a5070684e" +source = "git+https://github.com/mattwparas/steel.git#4db220f255d0d8e7d6f0a35631ec3d8ddb3fad46" dependencies = [ "abi_stable", "anyhow", @@ -2673,7 +2673,7 @@ dependencies = [ [[package]] name = "steel-derive" version = "0.5.0" -source = "git+https://github.com/mattwparas/steel.git#a818390fbbf9beb681b75494a2b1025a5070684e" +source = "git+https://github.com/mattwparas/steel.git#4db220f255d0d8e7d6f0a35631ec3d8ddb3fad46" dependencies = [ "proc-macro2", "quote", @@ -2683,7 +2683,7 @@ dependencies = [ [[package]] name = "steel-gen" version = "0.2.0" -source = "git+https://github.com/mattwparas/steel.git#a818390fbbf9beb681b75494a2b1025a5070684e" +source = "git+https://github.com/mattwparas/steel.git#4db220f255d0d8e7d6f0a35631ec3d8ddb3fad46" dependencies = [ "codegen", "serde", @@ -2693,7 +2693,7 @@ dependencies = [ [[package]] name = "steel-parser" version = "0.6.0" -source = "git+https://github.com/mattwparas/steel.git#a818390fbbf9beb681b75494a2b1025a5070684e" +source = "git+https://github.com/mattwparas/steel.git#4db220f255d0d8e7d6f0a35631ec3d8ddb3fad46" dependencies = [ "fxhash", "lasso",