fix(deps): update rust crate serde to 1.0.200

This commit is contained in:
renovate[bot]
2024-05-01 19:11:00 +00:00
parent 591c8f28f2
commit fd6bdb1df4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ thiserror = "1.0"
anyhow = "1.0.82"
native_model_macro = { version = "0.4.16", path = "native_model_macro" }
serde = { version = "1.0", features = ["derive"], optional = true }
serde = { version = "1.0.200", features = ["derive"], optional = true }
bincode_1_3 = { package = "bincode", version = "1.3.3", optional = true }
bincode_2_rc = { package = "bincode", version = "2.0.0-rc.3", features = ["serde"], optional = true }
postcard_1_0 = { package = "postcard", version = "1.0.8", features = ["alloc"], optional = true }
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
native_model = { path = "../", no-default-features = true }
serde = { version = "1.0", features = ["derive"], optional = true }
serde = { version = "1.0.200", features = ["derive"], optional = true }
bincode = { version = "2.0.0-rc.3", features = ["serde"] , optional = true }
postcard = { version = "1.0.8", features = ["alloc"], optional = true }
anyhow = "1.0.82"