Merge pull request #3974 from roc-lang/dependabot/cargo/either-1.8.0

remove either
This commit is contained in:
Folkert de Vries 2022-09-06 21:24:16 +02:00 committed by GitHub
commit 1a9a0d5d01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

5
Cargo.lock generated
View file

@ -1263,9 +1263,9 @@ dependencies = [
[[package]]
name = "either"
version = "1.7.0"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
[[package]]
name = "encode_unicode"
@ -4879,7 +4879,6 @@ version = "0.0.1"
dependencies = [
"bumpalo",
"criterion",
"either",
"indoc",
"inkwell 0.1.0",
"lazy_static",

View file

@ -37,7 +37,6 @@ roc_error_macros = { path = "../../error_macros" }
roc_std = { path = "../../roc_std" }
roc_debug_flags = {path="../debug_flags"}
bumpalo = { version = "3.8.0", features = ["collections"] }
either = "1.6.1"
libc = "0.2.132"
inkwell = { path = "../../vendor/inkwell" }
target-lexicon = "0.12.3"