Skip to content

Commit

Permalink
Update Rust crate serde_with to 1.13 (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 29, 2022
1 parent ccb980c commit 756c0c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ path = "src/lib.rs"
slack-morphism-models = { path = "../models", version = "^0.33.0"}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "1.12"
serde_with = "1.13"
rvstruct = "0.3"
rsb_derive = "0.5"
url = "2.2"
Expand Down
2 changes: 1 addition & 1 deletion src/hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ slack-morphism = { path = "../client", version = "^0.33.0"}
slack-morphism-models = { path = "../models", version = "^0.33.0"}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "1.12"
serde_with = "1.13"
rvstruct = "0.3"
rsb_derive = "0.5"
hyper = { version ="0.14", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion src/models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "src/lib.rs"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "1.12"
serde_with = "1.13"
rvstruct = "0.3"
rsb_derive = "0.5"
chrono = { version = "0.4", features = ["serde"] }
Expand Down

0 comments on commit 756c0c4

Please sign in to comment.