Skip to content

Commit 0734cf5

Browse files
fix(deps): update rust crate schemars to v1
1 parent fb308a9 commit 0734cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdl-live-react/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tokio = { version = "1.44.1", features = ["io-std"] }
4747
indexmap = { version = "2.9.0", features = ["serde"] }
4848
rustpython-stdlib = { git="https://github.com/RustPython/RustPython.git", features = ["ssl-vendor"], optional = true } # 0.4.0
4949
rustpython-pylib = { git="https://github.com/RustPython/RustPython.git", features = ["freeze-stdlib"], optional = true } # 0.4.0
50-
schemars = "0.8.22"
50+
schemars = "1.0.0"
5151
fs4 = "0.13.1"
5252
derive_builder = "0.20.2"
5353
iana-time-zone = "0.1.63"

0 commit comments

Comments
 (0)