Skip to content

Commit

Permalink
Merge pull request #54 from nhudson/renovate/serde-monorepo
Browse files Browse the repository at this point in the history
Update Rust crate serde to 1.0.200
  • Loading branch information
nhudson authored May 1, 2024
2 parents ba24fa5 + 0feaea7 commit cf0a932
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 @@ -9,7 +9,7 @@ protocol = "sparse"
[dependencies]
actix-web = "4.5.1"
reqwest = { version = "0.12.4", features = ["json"] }
serde = { version = "1.0", features = ["derive"]}
serde = { version = "1.0.200", features = ["derive"]}
log = "0.4.21"
env_logger = "0.11.3"
parking_lot = "0.12.2"
Expand Down

0 comments on commit cf0a932

Please sign in to comment.