mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Merge pull request #3974 from roc-lang/dependabot/cargo/either-1.8.0
remove either
This commit is contained in:
commit
1a9a0d5d01
2 changed files with 2 additions and 4 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue