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 fb308a9 commit 0734cf5Copy full SHA for 0734cf5
pdl-live-react/src-tauri/Cargo.toml
@@ -47,7 +47,7 @@ tokio = { version = "1.44.1", features = ["io-std"] }
47
indexmap = { version = "2.9.0", features = ["serde"] }
48
rustpython-stdlib = { git="https://github.com/RustPython/RustPython.git", features = ["ssl-vendor"], optional = true } # 0.4.0
49
rustpython-pylib = { git="https://github.com/RustPython/RustPython.git", features = ["freeze-stdlib"], optional = true } # 0.4.0
50
-schemars = "0.8.22"
+schemars = "1.0.0"
51
fs4 = "0.13.1"
52
derive_builder = "0.20.2"
53
iana-time-zone = "0.1.63"
0 commit comments