diff --git a/Cargo.lock b/Cargo.lock index 96b8d7b..2bdb6a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1216,7 +1216,7 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idf-im-lib" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "colored", diff --git a/Cargo.toml b/Cargo.toml index 9fbf650..13d3b87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "idf-im-lib" -version = "0.1.8" +version = "0.1.9" edition = "2021" [features] @@ -28,5 +28,5 @@ tempfile = "3.2" rustpython-vm = { git = "https://github.com/Hahihula/RustPython.git", branch = "test-rust-build", features = ["freeze-stdlib"], optional = true } rustpython-stdlib = { git = "https://github.com/Hahihula/RustPython.git", branch = "test-rust-build", features = ["ssl-vendor"], optional = true } -anyhow = "1.0.93" +anyhow = "^1.0" rust_search = "2.1.0"