wreq 1.2.8 → 1.2.9
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 +5 -5
- data/Cargo.toml +3 -3
- 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: 25b79ef76824f974c6f5f00e86bc1ad5ff1cbe76a5b87aad4f22e96e53d082d5
|
|
4
|
+
data.tar.gz: 4881b9242c6e672d67429406b2a029a8094904334d848ede43d3a97b44552334
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 737b77b0962becd596b4ebc05f0f8d3aebe547a9c6826aa1d6a76e1367f98d69abfa0874f345f635a570ef4478260660d7c83f802d18a5663b96b14e4a28abc8
|
|
7
|
+
data.tar.gz: 5bfdf49fe4df28390b08579298dac69422fd7c01cc9ab2055a739d8c165c3ec7362d21dde2ced8b751a81e80013c74a59a6bea832af654710353bd741bcce1a3
|
data/Cargo.lock
CHANGED
|
@@ -113,7 +113,7 @@ dependencies = [
|
|
|
113
113
|
[[package]]
|
|
114
114
|
name = "btls"
|
|
115
115
|
version = "0.5.6"
|
|
116
|
-
source = "git+https://github.com/0x676e67/btls?branch=demo%2Fmerge-upstream-boring-20260616#
|
|
116
|
+
source = "git+https://github.com/0x676e67/btls?branch=demo%2Fmerge-upstream-boring-20260616#67bc8c3547acabe5aa97f8e4529813926f2f7d4d"
|
|
117
117
|
dependencies = [
|
|
118
118
|
"bitflags",
|
|
119
119
|
"btls-sys",
|
|
@@ -125,7 +125,7 @@ dependencies = [
|
|
|
125
125
|
[[package]]
|
|
126
126
|
name = "btls-sys"
|
|
127
127
|
version = "0.5.6"
|
|
128
|
-
source = "git+https://github.com/0x676e67/btls?branch=demo%2Fmerge-upstream-boring-20260616#
|
|
128
|
+
source = "git+https://github.com/0x676e67/btls?branch=demo%2Fmerge-upstream-boring-20260616#67bc8c3547acabe5aa97f8e4529813926f2f7d4d"
|
|
129
129
|
dependencies = [
|
|
130
130
|
"bindgen",
|
|
131
131
|
"cmake",
|
|
@@ -260,9 +260,9 @@ dependencies = [
|
|
|
260
260
|
|
|
261
261
|
[[package]]
|
|
262
262
|
name = "either"
|
|
263
|
-
version = "1.
|
|
263
|
+
version = "1.17.0"
|
|
264
264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
-
checksum = "
|
|
265
|
+
checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
|
|
266
266
|
|
|
267
267
|
[[package]]
|
|
268
268
|
name = "encoding_rs"
|
|
@@ -1549,7 +1549,7 @@ dependencies = [
|
|
|
1549
1549
|
|
|
1550
1550
|
[[package]]
|
|
1551
1551
|
name = "wreq-ruby"
|
|
1552
|
-
version = "1.2.
|
|
1552
|
+
version = "1.2.9"
|
|
1553
1553
|
dependencies = [
|
|
1554
1554
|
"arc-swap",
|
|
1555
1555
|
"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.9"
|
|
9
9
|
rust-version = "1.95"
|
|
10
10
|
|
|
11
11
|
[lib]
|
|
@@ -16,7 +16,7 @@ name = "wreq_ruby"
|
|
|
16
16
|
[dependencies]
|
|
17
17
|
magnus = { version = "0.8.2", features = ["bytes"] }
|
|
18
18
|
rb-sys = { version = "0.9.128", default-features = false }
|
|
19
|
-
tokio = { version = "1.
|
|
19
|
+
tokio = { version = "1.53.1", features = ["full"] }
|
|
20
20
|
wreq = { version = "6.0.0-rc", features = [
|
|
21
21
|
"query",
|
|
22
22
|
"form",
|
|
@@ -64,4 +64,4 @@ 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-util = { path = "crates/wreq-util" }
|
|
67
|
+
wreq-util = { path = "crates/wreq-util" }
|