Fix warnings
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "httpclient"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
futures-util = "0.3.31"
|
||||
@@ -19,11 +19,8 @@ hyper = { version = "1.6.0", features = ["http1", "http2", "client", "server"] }
|
||||
hyper-util = { version = "0.1.10", features = ["full"] }
|
||||
bytes = "1.10.0"
|
||||
async-channel = "1.9.0"
|
||||
autoerr = "0.0.3"
|
||||
daqbuf-err = { path = "../../../daqbuf-err" }
|
||||
netpod = { path = "../../../daqbuf-netpod", package = "daqbuf-netpod" }
|
||||
parse = { path = "../../../daqbuf-parse", package = "daqbuf-parse" }
|
||||
streams = { path = "../../../daqbuf-streams", package = "daqbuf-streams" }
|
||||
thiserror = "=0.0.1"
|
||||
|
||||
[patch.crates-io]
|
||||
thiserror = { git = "https://github.com/dominikwerder/thiserror.git", branch = "cstm" }
|
||||
|
||||
Reference in New Issue
Block a user