Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.18 (#917)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 30, 2023
1 parent 7beee13 commit db18074
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 @@ -25,7 +25,7 @@ log = "0.4.19"
env_logger = "0.10.0"
atty = "0.2.14"
encoding_rs_io = "0.1.7"
reqwest = { version = "0.11.13", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }
reqwest = { version = "0.11.18", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }
url = "2.4.0"
sysinfo = "0.29.3"
thiserror = "1.0.40"
Expand Down

1 comment on commit db18074

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux Benchmarks

benchmark current value last value diff trend
fnm_basic/median 7.22ms 20.3ms -13.09ms

fnm_basic/max 8.65ms 21.7ms -13.04ms

fnm_basic/mean 7.28ms 20.34ms -13.07ms

fnm_basic/min 6.76ms 19.16ms -12.4ms

fnm_basic/stddev 0.32ms 0.4ms -0.08ms

binary size 6948kb 6948kb 0

Please sign in to comment.