fussybeaver / bollard

Docker daemon API in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serde_with used in different versions

matthiasbeyer opened this issue · comments

I noticed that the serde_with dependency is imported with 2.0 in the codegen part of this repository, but in 3.0 in the bollard crate:

serde_with = {version = "2.0", default-features = false, features = ["std"]}

serde_with = {version = "3.0", default-features = false, features = ["std"]}

Is there a chance to get the first instance updated to 3.0?