diff --git a/Cargo.toml b/Cargo.toml index 3a32af38496..d394293e67f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -229,6 +229,7 @@ libsqlite3-sys = "0.37" libz-rs-sys = "0.6" lock_api = "0.4" log = "0.4.29" +lz4_flex = "0.13" nix = { version = "0.31", features = ["fs", "user", "process", "term", "time", "signal", "ioctl", "socket", "sched", "zerocopy", "dir", "hostname", "net", "poll"] } mac_address = "1.1.3" malachite-bigint = "0.9.1" diff --git a/crates/compiler-core/Cargo.toml b/crates/compiler-core/Cargo.toml index 30d45d9f9c4..7d6d116f530 100644 --- a/crates/compiler-core/Cargo.toml +++ b/crates/compiler-core/Cargo.toml @@ -19,7 +19,7 @@ itertools = { workspace = true } malachite-bigint = { workspace = true } num-complex = { workspace = true } -lz4_flex = "0.13" +lz4_flex = { workspace = true } [lints] workspace = true