mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Depend on serde_core instead of serde (#6872)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3334,7 +3334,7 @@ dependencies = [
|
||||
"rustyline",
|
||||
"scoped-tls",
|
||||
"scopeguard",
|
||||
"serde",
|
||||
"serde_core",
|
||||
"static_assertions",
|
||||
"strum",
|
||||
"strum_macros",
|
||||
@@ -3373,8 +3373,8 @@ dependencies = [
|
||||
"rustpython-pylib",
|
||||
"rustpython-stdlib",
|
||||
"rustpython-vm",
|
||||
"serde",
|
||||
"serde-wasm-bindgen",
|
||||
"serde_core",
|
||||
"wasm-bindgen",
|
||||
"wasm-bindgen-futures",
|
||||
"web-sys",
|
||||
|
||||
@@ -193,7 +193,7 @@ rand = "0.9"
|
||||
rand_core = { version = "0.9", features = ["os_rng"] }
|
||||
rustix = { version = "1.1", features = ["event"] }
|
||||
rustyline = "17.0.1"
|
||||
serde = { version = "1.0.225", default-features = false }
|
||||
serde = { package = "serde_core", version = "1.0.225", default-features = false, features = ["alloc"] }
|
||||
schannel = "0.1.28"
|
||||
scoped-tls = "1"
|
||||
scopeguard = "1"
|
||||
|
||||
Reference in New Issue
Block a user