Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 5ef5502

Browse files
arihant2mathyouknowone
authored andcommitted
bump dependencies
1 parent c3debab commit 5ef5502

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ repository = "https://github.com/RustPython/malachite-bigint"
99
rust-version = "1.74.0"
1010

1111
[dependencies]
12-
malachite = "<=0.4.18"
13-
num-traits = { version = "0.2.11", default-features = false, features = ["i128"] }
14-
num-integer = { version = "0.1.45", default-features = false, features = ["i128"] }
12+
malachite = "0.4.22"
13+
num-traits = { version = "0.2.19", default-features = false, features = ["i128"] }
14+
num-integer = { version = "0.1.46", default-features = false, features = ["i128"] }
1515
derive_more = { version = "1.0.0", features = ["display", "from", "into"] }
16-
paste = "1.0.12"
16+
paste = "1.0.15"
1717
num-bigint = { version = "0.4", default-features = false, optional = true }

0 commit comments

Comments
 (0)