update/upgrade libs
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -4,19 +4,19 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.43.0", features = ["macros", "rt", "rt-multi-thread", "signal"] }
|
||||
tokio-util = "0.7.13"
|
||||
tokio = { version = "1.45.1", features = ["macros", "rt", "rt-multi-thread", "signal"] }
|
||||
tokio-util = "0.7.15"
|
||||
|
||||
http = "1.2.0"
|
||||
http-body-util = "0.1.2"
|
||||
http = "1.3.1"
|
||||
http-body-util = "0.1.3"
|
||||
|
||||
hyper = { version = "1.5.2", features = ["http1", "server"] }
|
||||
hyper = { version = "1.6.0", features = ["http1", "server"] }
|
||||
hyper-util = { version = "0.1", features = ["http1", "server", "tokio"] }
|
||||
|
||||
serde = {version = "1.0.217", features = ["derive"]}
|
||||
serde_json = "1.0.135"
|
||||
serde = {version = "1.0.219", features = ["derive"]}
|
||||
serde_json = "1.0.140"
|
||||
|
||||
log = { version = "0.4.25", features=["kv"]}
|
||||
log = { version = "0.4.27", features=["kv"]}
|
||||
|
||||
[lib]
|
||||
name = "servme"
|
||||
|
||||
Reference in New Issue
Block a user