Skip to content

Commit

Permalink
Update Rust crate hyper to 0.14.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 10, 2023
1 parent 7de6b59 commit a3671b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discord-frontend/Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hartex_discord_core = { path = "../hartex-discord-core", features = ["async-net"
hartex_eyre = { path = "../../rust-utilities/hartex-eyre" }

clap = "4.1.8"
hyper = { version = "0.14.24", features = ["client", "http2"] }
hyper = { version = "0.14.25", features = ["client", "http2"] }
hyper-trust-dns = { version = "0.5.0", features = ["native-tls"] }
owo-colors = "3.5.0"
serde = { version = "1.0.154", features = ["derive"] }
Expand Down

0 comments on commit a3671b3

Please sign in to comment.