Skip to content

Commit

Permalink
fix(deps): update rust crate hyper to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2024
1 parent a9a399c commit de00a34
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bytes = {version = "1", features = ["serde"]}
chrono = "0.4"
clap = {version = "4.5", features = ["derive", "unicode", "env"]}
fastrand = "2.0.1"
hyper = {version = "1.1", features = ["full"]}
hyper = {version = "1.2", features = ["full"]}
lazy_static = "1.4"
log = "0.4"
md5 = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bytes = {version = "1", features = ["serde"]}
chrono = "0.4"
clap = {version = "4.5", features = ["derive", "unicode"]}
futures-util = {version = "0.3", default-features = false}
hyper = {version = "1.1", features = ["full"]}
hyper = {version = "1.2", features = ["full"]}
jsonwebtoken = "9.2"
lazy_static = "1.4"
lettre = {version = "0.11", default-features = false, features = ["smtp-transport", "pool", "hostname", "builder", "rustls-tls", "tokio1-rustls-tls"]}
Expand Down

0 comments on commit de00a34

Please sign in to comment.