Thanks to visit codestin.com Credit goes to github.com
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 df76eef commit 9569e75Copy full SHA for 9569e75
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