From a3046d45e104b3b9ac5e2f351084c4ea2ad3f0a9 Mon Sep 17 00:00:00 2001 From: mattwparas <matthewparas2020@u.northwestern.edu> Date: Sun, 7 Apr 2024 20:56:56 -0700 Subject: [PATCH] bump lists version --- Cargo.lock | 4 ++-- crates/steel-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e37584429..770024d32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1483,9 +1483,9 @@ dependencies = [ [[package]] name = "im-lists" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e7233fb8b1ffc0b1d6033fd311a74a0443164628c62abbc871185ee95098b63" +checksum = "c38da2a11f128e1af1585abdd7041a96fc1adcd6ca2cb33e7fc5728326edbe8a" dependencies = [ "smallvec", ] diff --git a/crates/steel-core/Cargo.toml b/crates/steel-core/Cargo.toml index 60c5f5d8f..8aa79f533 100644 --- a/crates/steel-core/Cargo.toml +++ b/crates/steel-core/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0.193", features = ["derive", "rc"] } serde_derive = "1.0.193" bincode = "1.3.3" pretty = "0.12.1" -im-lists = "0.8.0" +im-lists = "0.8.1" strsim = "0.11.0" quickscope = "0.2.0" lasso = { version = "0.7.2", features = ["multi-threaded", "serialize"] }