mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 22:05:15 +00:00
fix(deps): update rust crate serde_with to 3.7 (#251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f0f23caec0
commit
8fcca12b96
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ axum = ["hyper", "dep:axum", "dep:tower"]
|
|||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
serde_with = { version = "3.6", features = ["json"] }
|
||||
serde_with = { version = "3.7", features = ["json"] }
|
||||
rvstruct = "0.3"
|
||||
rsb_derive = "0.5"
|
||||
futures = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue