Skip to content

Commit

Permalink
Merge pull request #104 from ISibboI/dependabot/cargo/reqwest-0.11.23
Browse files Browse the repository at this point in the history
Bump reqwest from 0.11.22 to 0.11.23
  • Loading branch information
ISibboI authored Jan 3, 2024
2 parents 1b3a9c0 + 4e66bef commit 9c01e2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 backend/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/main.rs"
[dependencies]
# http requests
tokio = { version = "1.35.0", features = ["macros"] }
reqwest = { version = "0.11.20", features = ["json", "cookies"] }
reqwest = { version = "0.11.23", features = ["json", "cookies"] }

# logging
log = "0.4.20"
Expand Down

0 comments on commit 9c01e2c

Please sign in to comment.