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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Cargo.lock +5 -5
  3. data/Cargo.toml +3 -3
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 556005991e7cd3da728dada73a12c7fc016fa08e0701f7bc027e3da8c40003fd
4
- data.tar.gz: dea7a13e0c20655b7aee8404e51c60c37b293c18bf453eac304e0bd9b9759f78
3
+ metadata.gz: 25b79ef76824f974c6f5f00e86bc1ad5ff1cbe76a5b87aad4f22e96e53d082d5
4
+ data.tar.gz: 4881b9242c6e672d67429406b2a029a8094904334d848ede43d3a97b44552334
5
5
  SHA512:
6
- metadata.gz: c3f420c02de369f78abed9022089a2e221a8b5da7e71775aadce38cc23482615ba51405f447e855422f68f27b13af8534011816e0065eac42954bba1d1b8ce7a
7
- data.tar.gz: 84876653e4a2233f2d0502b4eb3118a318178051b0dc52669aa26b94d85f741b23cff1f520d30c5891a32f630736adcd0c97dbd308e8530985234c5c017ea3a8
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#3100f47f98d45765a55ce0b9f8d3a281109cb6fe"
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#3100f47f98d45765a55ce0b9f8d3a281109cb6fe"
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.16.0"
263
+ version = "1.17.0"
264
264
  source = "registry+https://github.com/rust-lang/crates.io-index"
265
- checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
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.8"
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"
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.52.3", features = ["full"] }
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" }
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.8
4
+ version: 1.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - SearchApi