Skip to content

Commit

Permalink
Merge pull request #35 from nhudson/renovate/actix-web-4.x
Browse files Browse the repository at this point in the history
Update Rust crate actix-web to 4.5
  • Loading branch information
nhudson authored Feb 5, 2024
2 parents 82858d6 + 9c031f8 commit 8d4057e
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 @@ -7,7 +7,7 @@ edition = "2021"
protocol = "sparse"

[dependencies]
actix-web = "4.4"
actix-web = "4.5"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"]}
log = "0.4"
Expand Down

0 comments on commit 8d4057e

Please sign in to comment.