Skip to content

Commit

Permalink
--- (#227)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent 053dccc commit 26215f8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 155 deletions.
176 changes: 22 additions & 154 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 participant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde_json = "1.0"
clap = { version = "4.5.4", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
message-io = "0.18"
reqwest = { version = "0.11.23", features = ["json"] }
reqwest = { version = "0.12.4", features = ["json"] }
server = { path = "../server" }

[features]
Expand Down

0 comments on commit 26215f8

Please sign in to comment.