wreq 1.2.10 → 1.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Cargo.lock +2 -3
- data/Cargo.toml +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 873e5e23ec1958cb9fbc11f63942a5f896d75122cc0a5c72d14f6a6b63f2adc1
|
|
4
|
+
data.tar.gz: 1ca767fd1e7d37e08b7f642d0caa392080af31d1d7d301e8a61410291d1a68e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8165a054e1b70c68bf3971a0b8cb434f6148c9c6315e222b21a971a74546c095b929a0d57166b44185de994b6f869f4ec55fb38003cb978c2bc3f241f31aa8ad
|
|
7
|
+
data.tar.gz: e15ee33d0c2f03abd81073efd3d3a5064d2c59f51ad1a49e53352e7414c07a2f06a20adc5b2fd7b77d1aa0b3b5d9ca7df1683c213f5b18a7db0505684a8e3168
|
data/Cargo.lock
CHANGED
|
@@ -1477,8 +1477,7 @@ dependencies = [
|
|
|
1477
1477
|
[[package]]
|
|
1478
1478
|
name = "wreq"
|
|
1479
1479
|
version = "6.0.0-rc.29"
|
|
1480
|
-
source = "
|
|
1481
|
-
checksum = "3f0eba5f5814a94e5f1a99156f187133464e525b66bdbc69a9627d46530af2e1"
|
|
1480
|
+
source = "git+https://github.com/0x676e67/wreq?rev=5159279f43e5e61e24643f7639c8f5a74f9ec380#5159279f43e5e61e24643f7639c8f5a74f9ec380"
|
|
1482
1481
|
dependencies = [
|
|
1483
1482
|
"btls",
|
|
1484
1483
|
"btls-sys",
|
|
@@ -1549,7 +1548,7 @@ dependencies = [
|
|
|
1549
1548
|
|
|
1550
1549
|
[[package]]
|
|
1551
1550
|
name = "wreq-ruby"
|
|
1552
|
-
version = "1.2.
|
|
1551
|
+
version = "1.2.11"
|
|
1553
1552
|
dependencies = [
|
|
1554
1553
|
"arc-swap",
|
|
1555
1554
|
"bytes",
|
data/Cargo.toml
CHANGED
|
@@ -5,7 +5,7 @@ authors = ["SearchApi <support@searchapi.io>"]
|
|
|
5
5
|
homepage = "https://github.com/SearchApi/wreq-ruby"
|
|
6
6
|
repository = "https://github.com/SearchApi/wreq-ruby"
|
|
7
7
|
edition = "2024"
|
|
8
|
-
version = "1.2.
|
|
8
|
+
version = "1.2.11"
|
|
9
9
|
rust-version = "1.95"
|
|
10
10
|
|
|
11
11
|
[lib]
|
|
@@ -64,4 +64,5 @@ strip = true
|
|
|
64
64
|
[patch.crates-io]
|
|
65
65
|
btls = { git = "https://github.com/0x676e67/btls", branch = "demo/merge-upstream-boring-20260616" }
|
|
66
66
|
btls-sys = { git = "https://github.com/0x676e67/btls", branch = "demo/merge-upstream-boring-20260616" }
|
|
67
|
+
wreq = { git = "https://github.com/0x676e67/wreq", rev = "5159279f43e5e61e24643f7639c8f5a74f9ec380" }
|
|
67
68
|
wreq-util = { path = "crates/wreq-util" }
|