safetensors 0.1.3-x86_64-darwin → 0.1.4-x86_64-darwin

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 323cc92cfd09bd9af1c5e8a04eb90258171568e4dd9466c04e90ccbe2a46b298
4
- data.tar.gz: 6863da64f1a809e8ac80737a98d350a0888b60916aa53a3e865559a9030c4af0
3
+ metadata.gz: cbf3fab9adc39cee8c01adb440dfc61276c22745d651d2275e9a64e6c6ece1aa
4
+ data.tar.gz: 6f36a630960b1c42f04c2047e53c0d768f67ebadbdf8c85f0ad81bae010ff222
5
5
  SHA512:
6
- metadata.gz: '09c7a08bc6129ca21c95f31ff4aef03f97f94654a4cae14c966919fd69e73900f6f8aebb6dd8f6256a7fc1ee9670963ca415e1fb948f922a22632a70b6e9b774'
7
- data.tar.gz: 1457e351ac6cebd01b3643bab062b57d905183d8f164db94b6efd028e282550bcfbf7df5ea5235d61f12b6a3253844a949dbc93d51b1bc38572207f72a001483
6
+ metadata.gz: bb6ccdfd3642388a3e84b2d426c9b169cf6481c86710c6ba25f4e7fa3e96ca3769a588c6598735de8ad889a1d4febfc14ec143d2e80e9f95602fad1992a78c2c
7
+ data.tar.gz: 5656616df1a239bd8216f78e381693ee1762eaff0b6300d6f6b14043f8a16fbfe996ef8174ec133a2d6d331808f636109e0ae8b25a9e6b9dd2b9f1cbd061e6f7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.1.4 (2025-05-04)
2
+
3
+ - Updated Safetensors to 0.5.3
4
+
1
5
  ## 0.1.3 (2024-12-28)
2
6
 
3
7
  - Added support for Ruby 3.4
data/Cargo.lock CHANGED
@@ -33,9 +33,9 @@ dependencies = [
33
33
 
34
34
  [[package]]
35
35
  name = "bitflags"
36
- version = "2.6.0"
36
+ version = "2.9.0"
37
37
  source = "registry+https://github.com/rust-lang/crates.io-index"
38
- checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
38
+ checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
39
39
 
40
40
  [[package]]
41
41
  name = "cexpr"
@@ -65,9 +65,9 @@ dependencies = [
65
65
 
66
66
  [[package]]
67
67
  name = "either"
68
- version = "1.13.0"
68
+ version = "1.15.0"
69
69
  source = "registry+https://github.com/rust-lang/crates.io-index"
70
- checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
70
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
71
71
 
72
72
  [[package]]
73
73
  name = "glob"
@@ -86,9 +86,9 @@ dependencies = [
86
86
 
87
87
  [[package]]
88
88
  name = "itoa"
89
- version = "1.0.14"
89
+ version = "1.0.15"
90
90
  source = "registry+https://github.com/rust-lang/crates.io-index"
91
- checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
91
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
92
92
 
93
93
  [[package]]
94
94
  name = "lazy_static"
@@ -104,9 +104,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
104
104
 
105
105
  [[package]]
106
106
  name = "libc"
107
- version = "0.2.169"
107
+ version = "0.2.172"
108
108
  source = "registry+https://github.com/rust-lang/crates.io-index"
109
- checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
109
+ checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
110
110
 
111
111
  [[package]]
112
112
  name = "libloading"
@@ -174,36 +174,36 @@ dependencies = [
174
174
 
175
175
  [[package]]
176
176
  name = "proc-macro2"
177
- version = "1.0.92"
177
+ version = "1.0.95"
178
178
  source = "registry+https://github.com/rust-lang/crates.io-index"
179
- checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
179
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
180
180
  dependencies = [
181
181
  "unicode-ident",
182
182
  ]
183
183
 
184
184
  [[package]]
185
185
  name = "quote"
186
- version = "1.0.38"
186
+ version = "1.0.40"
187
187
  source = "registry+https://github.com/rust-lang/crates.io-index"
188
- checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
188
+ checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
189
189
  dependencies = [
190
190
  "proc-macro2",
191
191
  ]
192
192
 
193
193
  [[package]]
194
194
  name = "rb-sys"
195
- version = "0.9.105"
195
+ version = "0.9.111"
196
196
  source = "registry+https://github.com/rust-lang/crates.io-index"
197
- checksum = "4b3a1f3ce8e7c36d777d52fe7a99039fe4fea7c8ec355a4c4f3a17f92a14029f"
197
+ checksum = "becea799ce051c16fb140be80f5e7cf781070f99ca099332383c2b17861249af"
198
198
  dependencies = [
199
199
  "rb-sys-build",
200
200
  ]
201
201
 
202
202
  [[package]]
203
203
  name = "rb-sys-build"
204
- version = "0.9.105"
204
+ version = "0.9.111"
205
205
  source = "registry+https://github.com/rust-lang/crates.io-index"
206
- checksum = "3e6b246c29c0809e1cbe60a1ba9e093da72a4676d02adc68469297d1e589bbf0"
206
+ checksum = "64691175abc704862f60a9ca8ef06174080cc50615f2bf1d4759f46db18b4d29"
207
207
  dependencies = [
208
208
  "bindgen",
209
209
  "lazy_static",
@@ -257,25 +257,25 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
257
257
 
258
258
  [[package]]
259
259
  name = "ryu"
260
- version = "1.0.18"
260
+ version = "1.0.20"
261
261
  source = "registry+https://github.com/rust-lang/crates.io-index"
262
- checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
262
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
263
263
 
264
264
  [[package]]
265
265
  name = "safetensors"
266
- version = "0.1.3"
266
+ version = "0.1.4"
267
267
  dependencies = [
268
268
  "magnus",
269
269
  "memmap2",
270
- "safetensors 0.4.5",
270
+ "safetensors 0.5.3",
271
271
  "serde_json",
272
272
  ]
273
273
 
274
274
  [[package]]
275
275
  name = "safetensors"
276
- version = "0.4.5"
276
+ version = "0.5.3"
277
277
  source = "registry+https://github.com/rust-lang/crates.io-index"
278
- checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
278
+ checksum = "cc0cdb7198d738a111f6df8fef42cb175412c311d0c4ac9126ff4e550ad1a0e8"
279
279
  dependencies = [
280
280
  "serde",
281
281
  "serde_json",
@@ -283,24 +283,24 @@ dependencies = [
283
283
 
284
284
  [[package]]
285
285
  name = "seq-macro"
286
- version = "0.3.5"
286
+ version = "0.3.6"
287
287
  source = "registry+https://github.com/rust-lang/crates.io-index"
288
- checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
288
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
289
289
 
290
290
  [[package]]
291
291
  name = "serde"
292
- version = "1.0.217"
292
+ version = "1.0.219"
293
293
  source = "registry+https://github.com/rust-lang/crates.io-index"
294
- checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
294
+ checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
295
295
  dependencies = [
296
296
  "serde_derive",
297
297
  ]
298
298
 
299
299
  [[package]]
300
300
  name = "serde_derive"
301
- version = "1.0.217"
301
+ version = "1.0.219"
302
302
  source = "registry+https://github.com/rust-lang/crates.io-index"
303
- checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
303
+ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
304
304
  dependencies = [
305
305
  "proc-macro2",
306
306
  "quote",
@@ -309,9 +309,9 @@ dependencies = [
309
309
 
310
310
  [[package]]
311
311
  name = "serde_json"
312
- version = "1.0.134"
312
+ version = "1.0.140"
313
313
  source = "registry+https://github.com/rust-lang/crates.io-index"
314
- checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
314
+ checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
315
315
  dependencies = [
316
316
  "itoa",
317
317
  "memchr",
@@ -333,9 +333,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
333
333
 
334
334
  [[package]]
335
335
  name = "syn"
336
- version = "2.0.93"
336
+ version = "2.0.101"
337
337
  source = "registry+https://github.com/rust-lang/crates.io-index"
338
- checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058"
338
+ checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
339
339
  dependencies = [
340
340
  "proc-macro2",
341
341
  "quote",
@@ -344,9 +344,9 @@ dependencies = [
344
344
 
345
345
  [[package]]
346
346
  name = "unicode-ident"
347
- version = "1.0.14"
347
+ version = "1.0.18"
348
348
  source = "registry+https://github.com/rust-lang/crates.io-index"
349
- checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
349
+ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
350
350
 
351
351
  [[package]]
352
352
  name = "windows-targets"
@@ -10,7 +10,7 @@ bindgen v0.69.5
10
10
  https://rust-lang.github.io/rust-bindgen/
11
11
  BSD-3-Clause
12
12
 
13
- bitflags v2.6.0
13
+ bitflags v2.9.0
14
14
  https://github.com/bitflags/bitflags
15
15
  MIT OR Apache-2.0
16
16
 
@@ -26,7 +26,7 @@ clang-sys v1.8.1
26
26
  https://github.com/KyleMayes/clang-sys
27
27
  Apache-2.0
28
28
 
29
- either v1.13.0
29
+ either v1.15.0
30
30
  https://github.com/rayon-rs/either
31
31
  MIT OR Apache-2.0
32
32
 
@@ -38,7 +38,7 @@ itertools v0.12.1
38
38
  https://github.com/rust-itertools/itertools
39
39
  MIT OR Apache-2.0
40
40
 
41
- itoa v1.0.14
41
+ itoa v1.0.15
42
42
  https://github.com/dtolnay/itoa
43
43
  MIT OR Apache-2.0
44
44
 
@@ -50,7 +50,7 @@ lazycell v1.3.0
50
50
  https://github.com/indiv0/lazycell
51
51
  MIT/Apache-2.0
52
52
 
53
- libc v0.2.169
53
+ libc v0.2.172
54
54
  https://github.com/rust-lang/libc
55
55
  MIT OR Apache-2.0
56
56
 
@@ -82,19 +82,19 @@ nom v7.1.3
82
82
  https://github.com/Geal/nom
83
83
  MIT
84
84
 
85
- proc-macro2 v1.0.92
85
+ proc-macro2 v1.0.95
86
86
  https://github.com/dtolnay/proc-macro2
87
87
  MIT OR Apache-2.0
88
88
 
89
- quote v1.0.38
89
+ quote v1.0.40
90
90
  https://github.com/dtolnay/quote
91
91
  MIT OR Apache-2.0
92
92
 
93
- rb-sys v0.9.105
93
+ rb-sys v0.9.111
94
94
  https://github.com/oxidize-rb/rb-sys
95
95
  MIT OR Apache-2.0
96
96
 
97
- rb-sys-build v0.9.105
97
+ rb-sys-build v0.9.111
98
98
  https://github.com/oxidize-rb/rb-sys
99
99
  MIT OR Apache-2.0
100
100
 
@@ -118,27 +118,27 @@ rustc-hash v1.1.0
118
118
  https://github.com/rust-lang-nursery/rustc-hash
119
119
  Apache-2.0/MIT
120
120
 
121
- ryu v1.0.18
121
+ ryu v1.0.20
122
122
  https://github.com/dtolnay/ryu
123
123
  Apache-2.0 OR BSL-1.0
124
124
 
125
- safetensors v0.4.5
125
+ safetensors v0.5.3
126
126
  https://github.com/huggingface/safetensors
127
127
  Apache-2.0
128
128
 
129
- seq-macro v0.3.5
129
+ seq-macro v0.3.6
130
130
  https://github.com/dtolnay/seq-macro
131
131
  MIT OR Apache-2.0
132
132
 
133
- serde v1.0.217
133
+ serde v1.0.219
134
134
  https://serde.rs
135
135
  MIT OR Apache-2.0
136
136
 
137
- serde_derive v1.0.217
137
+ serde_derive v1.0.219
138
138
  https://serde.rs
139
139
  MIT OR Apache-2.0
140
140
 
141
- serde_json v1.0.134
141
+ serde_json v1.0.140
142
142
  https://github.com/serde-rs/json
143
143
  MIT OR Apache-2.0
144
144
 
@@ -150,11 +150,11 @@ shlex v1.3.0
150
150
  https://github.com/comex/rust-shlex
151
151
  MIT OR Apache-2.0
152
152
 
153
- syn v2.0.93
153
+ syn v2.0.101
154
154
  https://github.com/dtolnay/syn
155
155
  MIT OR Apache-2.0
156
156
 
157
- unicode-ident v1.0.14
157
+ unicode-ident v1.0.18
158
158
  https://github.com/dtolnay/unicode-ident
159
159
  (MIT OR Apache-2.0) AND Unicode-3.0
160
160
 
Binary file
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module Safetensors
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: safetensors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-29 00:00:00.000000000 Z
11
+ date: 2025-05-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: andrew@ankane.org