fix(deps): update rust crate bincode to v3 #14

Open
code002lover wants to merge 1 commits from renovate/bincode-3.x into master
Showing only changes of commit 6c2218d464 - Show all commits

View File

@ -13,7 +13,7 @@ bytes = "1"
rocket_prost_responder_derive = { path = "rocket_prost_responder_derive" }
uuid = { version = "1.19.0", features = ["v4"] }
bcrypt = "0.17.1"
bincode = "2.0.1"
bincode = "3.0.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12.24", features = ["json"] }