Skip to content

Commit

Permalink
Update reqwest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lablans committed Aug 12, 2024
1 parent 61c00cf commit d105ee0
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 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1"
clap = { version = "4.3", features = ["derive", "env"] }
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12.5", features = ["json"] }
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["rt", "macros", "rt-multi-thread"] }
bridgehead-monitoring-lib = { git = "https://github.com/samply/bridgehead-monitoring" }
Expand Down

0 comments on commit d105ee0

Please sign in to comment.