Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cron-daily-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# We only get 20 jobs at a time, we probably don't want to go
# over that limit with fuzzing because of the hour run time.
fuzz_target: [
minreq_http,
bitreq_http,
simple_http,
]
steps:
Expand Down
23 changes: 4 additions & 19 deletions Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"

[[package]]
name = "bitreq"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"base64 0.22.1",
"chrono",
Expand Down Expand Up @@ -279,11 +279,11 @@ version = "0.10.0"
dependencies = [
"anyhow",
"bitcoin_hashes",
"bitreq",
"corepc-client",
"env_logger",
"flate2",
"log",
"minreq",
"serde_json",
"tar",
"tempfile",
Expand Down Expand Up @@ -448,10 +448,10 @@ dependencies = [

[[package]]
name = "jsonrpc"
version = "0.18.0"
version = "0.19.0"
dependencies = [
"base64 0.22.1",
"minreq",
"bitreq",
"serde",
"serde_json",
"socks",
Expand Down Expand Up @@ -501,21 +501,6 @@ dependencies = [
"adler2",
]

[[package]]
name = "minreq"
version = "2.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fdef521c74c2884a4f3570bcdb6d2a77b3c533feb6b27ac2ae72673cc221c64"
dependencies = [
"log",
"once_cell",
"rustls",
"rustls-webpki",
"serde",
"serde_json",
"webpki-roots",
]

[[package]]
name = "mio"
version = "1.0.2"
Expand Down
23 changes: 4 additions & 19 deletions Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"

[[package]]
name = "bitreq"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"base64 0.22.1",
"chrono",
Expand Down Expand Up @@ -279,11 +279,11 @@ version = "0.10.0"
dependencies = [
"anyhow",
"bitcoin_hashes",
"bitreq",
"corepc-client",
"env_logger",
"flate2",
"log",
"minreq",
"serde_json",
"tar",
"tempfile",
Expand Down Expand Up @@ -453,10 +453,10 @@ dependencies = [

[[package]]
name = "jsonrpc"
version = "0.18.0"
version = "0.19.0"
dependencies = [
"base64 0.22.1",
"minreq",
"bitreq",
"serde",
"serde_json",
"socks",
Expand Down Expand Up @@ -506,21 +506,6 @@ dependencies = [
"adler2",
]

[[package]]
name = "minreq"
version = "2.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da0c420feb01b9fb5061f8c8f452534361dd783756dcf38ec45191ce55e7a161"
dependencies = [
"log",
"once_cell",
"rustls",
"rustls-webpki",
"serde",
"serde_json",
"webpki-roots",
]

[[package]]
name = "mio"
version = "1.1.0"
Expand Down
Loading