Skip to content

Commit

Permalink
Merge pull request #12 from kod-kristoff/renovate/reqwest-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate reqwest to 0.12.3
  • Loading branch information
kod-kristoff authored Apr 7, 2024
2 parents 4096e55 + 44d2f88 commit dae8f5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions auctioning_platform/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion auctioning_platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ foundation = { version = "0.1.0", path = "./foundation" }
# external crates
axum = { version = "0.7", default-features = false, features = ["tokio"] }
chrono = "0.4.35"
reqwest = { version = "0.12.0", default-features = false }
reqwest = { version = "0.12.3", default-features = false }
rstest = "0.18.2"
rust_decimal = "1.34.3"
tokio = { version = "^1.37.0", default-features = false, features = [
Expand Down

0 comments on commit dae8f5c

Please sign in to comment.