Skip to content

Commit

Permalink
Merge pull request #18 from zpeters/renovate/serde-1.x
Browse files Browse the repository at this point in the history
Update Rust crate serde to 1.0.139
  • Loading branch information
zpeters authored Jul 18, 2022
2 parents 384bd76 + f18e3fb commit e27c058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords = ["learning", "connectwise"]
anyhow = "1.0.58"
base64 = "0.13.0"
reqwest = { "version" = "0.11.11", "features" = ["blocking"] }
serde = { "version" = "1.0.126", "features" = ["derive"] }
serde = { "version" = "1.0.139", "features" = ["derive"] }
serde_json = "1.0.82"
strum = "0.21.0"
strum_macros = "0.21.1"
Expand Down

0 comments on commit e27c058

Please sign in to comment.