[According to the cosmwasm_std](https://github.com/CosmWasm/cosmwasm/blob/32ff9fbc3f4ca1b3189c6d050e81bad152b79a9c/packages/std/src/serde.rs#L38C1-L44C2), the function `to_binary` is deprecated. As a result build of the project ends with warning. It would be better to change usage of `to_binary` to more actual `to_json_binary`.