Compare commits

..

1 Commits

Author SHA1 Message Date
dc8a34a513 Update all dependencies 2025-01-26 02:19:43 +00:00

View File

@ -33,7 +33,7 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo
serde_json = { version = "1.0", default-features = false, features = ["alloc"], optional = true }
unicode-xid = { version = "0.2", default-features = false, optional = true }
rust_decimal = { version = "1.16", default-features = false, features = ["maths"], optional = true }
getrandom = { version = "0.2", optional = true }
getrandom = { version = "0.3", optional = true }
rustyline = { version = "15", optional = true }
document-features = { version = "0.2", optional = true }