We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90a0bb commit bce17fdCopy full SHA for bce17fd
juniper/Cargo.toml
@@ -61,7 +61,7 @@ itertools = "0.14"
61
jiff = { version = "0.2", features = ["std"], default-features = false, optional = true }
62
juniper_codegen = { version = "0.17.0", path = "../juniper_codegen" }
63
ref-cast = "1.0"
64
-ruint = { version = "1.1", optional = true }
+ruint = { version = "1.2", optional = true }
65
rust_decimal = { version = "1.20", default-features = false, optional = true }
66
ryu = { version = "1.0", optional = true }
67
serde = { version = "1.0.122", features = ["derive"] }
0 commit comments