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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Cargo.lock +2 -3
  3. data/Cargo.toml +2 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 716f52b3692d818b5b58cecdb197f8112ac1c798255bd17fed78fa8a24db4d78
4
- data.tar.gz: 793f8e7b1d27a3cb5d1223bab6b1982aa5239680f94ffaee1ef1db64e9b1fc8c
3
+ metadata.gz: 873e5e23ec1958cb9fbc11f63942a5f896d75122cc0a5c72d14f6a6b63f2adc1
4
+ data.tar.gz: 1ca767fd1e7d37e08b7f642d0caa392080af31d1d7d301e8a61410291d1a68e9
5
5
  SHA512:
6
- metadata.gz: cab03cb8c651509d357c889aa38c1fa830ad72280bb02f2a6cfe0f89d327d366f70d4591034c3b775e02eb8fd26f0b9af55fe8986d843dc59debe646e9792d6a
7
- data.tar.gz: 757ac8dd2dee930f92175770ea77c42bd9edf50e7e9372e394b5c201edbad005a840d2f6f47192432a0265ff3138783471eff4309195724396439eb64c129265
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 = "registry+https://github.com/rust-lang/crates.io-index"
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.10"
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.10"
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" }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wreq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.10
4
+ version: 1.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - SearchApi