Skip to content

Commit cf50951

Browse files
renovate[bot]zdz
authored andcommitted
fix(deps): update rust crate hyper to 1.2
1 parent 1da6f50 commit cf50951

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bytes = {version = "1", features = ["serde"]}
2424
chrono = "0.4"
2525
clap = {version = "4.5", features = ["derive", "unicode", "env"]}
2626
fastrand = "2.0.1"
27-
hyper = {version = "1.1", features = ["full"]}
27+
hyper = {version = "1.2", features = ["full"]}
2828
lazy_static = "1.4"
2929
log = "0.4"
3030
md5 = "0.7.0"

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bytes = {version = "1", features = ["serde"]}
2626
chrono = "0.4"
2727
clap = {version = "4.5", features = ["derive", "unicode"]}
2828
futures-util = {version = "0.3", default-features = false}
29-
hyper = {version = "1.1", features = ["full"]}
29+
hyper = {version = "1.2", features = ["full"]}
3030
jsonwebtoken = "9.2"
3131
lazy_static = "1.4"
3232
lettre = {version = "0.11", default-features = false, features = ["smtp-transport", "pool", "hostname", "builder", "rustls-tls", "tokio1-rustls-tls"]}

0 commit comments

Comments
 (0)