From 2f9e92e62fdd46bbd5dde1415729a10dea47cff3 Mon Sep 17 00:00:00 2001 From: PaddiM8 Date: Fri, 3 Jun 2022 12:10:37 +0200 Subject: [PATCH] Updated rug --- Cargo.lock | 8 ++++---- kalk/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 208e569..d8fe72d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,9 +33,9 @@ dependencies = [ [[package]] name = "az" -version = "1.0.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9bcd47d94aa4eb8c076b50fc61a75020789394ffb9bd74a180b3379130f6569" +checksum = "f771a5d1f5503f7f4279a30f3643d3421ba149848b89ecaaec0ea2acf04a5ac4" [[package]] name = "bitflags" @@ -317,9 +317,9 @@ checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" [[package]] name = "rug" -version = "1.11.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e538d00da450a8e48aac7e6322e67b2dc86ec71a1feeac0e3954c4f07f01bc45" +checksum = "f829d980ca193fa33fdd1decaebe72ec07cf2d8afdd0be60b3e5391f18014c91" dependencies = [ "az", "gmp-mpfr-sys", diff --git a/kalk/Cargo.toml b/kalk/Cargo.toml index 11ca899..e766fd9 100644 --- a/kalk/Cargo.toml +++ b/kalk/Cargo.toml @@ -14,7 +14,7 @@ categories = ["mathematics", "parser-implementations"] crate-type = ["cdylib", "rlib"] [dependencies] -rug = { version = "1.11.0", features = ["float"], optional = true } +rug = { version = "1.16.0", features = ["float"], optional = true } lazy_static = "1.4.0" wasm-bindgen = "0.2.69"