cedar_policy 0.4.0 → 0.5.2
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/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +22 -0
- data/Cargo.lock +220 -215
- data/ext/cedar_policy/Cargo.toml +2 -2
- data/lib/cedar_policy/version.rb +1 -1
- data/release-please-config.json +3 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c54011bc18d59babba79d454617a02603818f49476bfea356ee2e44bfb982fe8
|
|
4
|
+
data.tar.gz: a2573eed276979fb822edeb8793afc53044dfbfd089cd07fa500037504800496
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f1dd48d3e8e588fc844604391601555ae877fa3fb01ee9c6bd41379ca36350a7f4658c8c286adf8a65c64866ca395cd08f231cfe04ddbedc9bf54047a5a4e12
|
|
7
|
+
data.tar.gz: a1dc57c286d8c447f34befb45410dedff009e5d3f13ae34b19bb0da02af4db23fd22d9b39f6f6f27025143457b446eaeb0595d69b72f2b46fe24e00effc9c28a
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{".":"0.
|
|
1
|
+
{".":"0.5.2"}
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.5.2](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.1...v0.5.2) (2025-01-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* rb-sys version too old cause build failed ([6b58381](https://github.com/elct9620/cedar-policy-rb/commit/6b583811e9d7e8eef3fe1843e7a04f8b9fc6f975))
|
|
9
|
+
|
|
10
|
+
## [0.5.1](https://github.com/elct9620/cedar-policy-rb/compare/v0.5.0...v0.5.1) (2025-01-22)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* the Gemfile.lock not updated ([8853e74](https://github.com/elct9620/cedar-policy-rb/commit/8853e747188e83aa4ac1bfa7b4d1c361932cdb76))
|
|
16
|
+
|
|
17
|
+
## [0.5.0](https://github.com/elct9620/cedar-policy-rb/compare/v0.4.0...v0.5.0) (2025-01-22)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **deps:** bump rust cedar_policy to v4.3.0 ([9aea4f1](https://github.com/elct9620/cedar-policy-rb/commit/9aea4f130867243b4d61be41a2f8abfd3d021df2))
|
|
23
|
+
* **deps:** update cedar-policy to 4.2.0 ([a7218d7](https://github.com/elct9620/cedar-policy-rb/commit/a7218d7c3af0384cfcdae735f07b06c624ea8002))
|
|
24
|
+
|
|
3
25
|
## [0.4.0](https://github.com/elct9620/cedar-policy-rb/compare/cedar_policy-v0.3.0...cedar_policy/v0.4.0) (2024-10-06)
|
|
4
26
|
|
|
5
27
|
|
data/Cargo.lock
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is automatically @generated by Cargo.
|
|
2
2
|
# It is not intended for manual editing.
|
|
3
|
-
version =
|
|
3
|
+
version = 4
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "aho-corasick"
|
|
@@ -34,9 +34,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
34
34
|
|
|
35
35
|
[[package]]
|
|
36
36
|
name = "ascii-canvas"
|
|
37
|
-
version = "
|
|
37
|
+
version = "4.0.0"
|
|
38
38
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
39
|
-
checksum = "
|
|
39
|
+
checksum = "ef1e3e699d84ab1b0911a1010c5c106aa34ae89aeac103be5ce0c3859db1e891"
|
|
40
40
|
dependencies = [
|
|
41
41
|
"term",
|
|
42
42
|
]
|
|
@@ -61,9 +61,9 @@ checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
|
|
|
61
61
|
|
|
62
62
|
[[package]]
|
|
63
63
|
name = "bindgen"
|
|
64
|
-
version = "0.69.
|
|
64
|
+
version = "0.69.5"
|
|
65
65
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
66
|
-
checksum = "
|
|
66
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
|
67
67
|
dependencies = [
|
|
68
68
|
"bitflags",
|
|
69
69
|
"cexpr",
|
|
@@ -81,24 +81,24 @@ dependencies = [
|
|
|
81
81
|
|
|
82
82
|
[[package]]
|
|
83
83
|
name = "bit-set"
|
|
84
|
-
version = "0.
|
|
84
|
+
version = "0.8.0"
|
|
85
85
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
86
|
-
checksum = "
|
|
86
|
+
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
|
87
87
|
dependencies = [
|
|
88
88
|
"bit-vec",
|
|
89
89
|
]
|
|
90
90
|
|
|
91
91
|
[[package]]
|
|
92
92
|
name = "bit-vec"
|
|
93
|
-
version = "0.
|
|
93
|
+
version = "0.8.0"
|
|
94
94
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
95
|
-
checksum = "
|
|
95
|
+
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
|
96
96
|
|
|
97
97
|
[[package]]
|
|
98
98
|
name = "bitflags"
|
|
99
|
-
version = "2.
|
|
99
|
+
version = "2.8.0"
|
|
100
100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
101
|
-
checksum = "
|
|
101
|
+
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
|
102
102
|
|
|
103
103
|
[[package]]
|
|
104
104
|
name = "block-buffer"
|
|
@@ -111,9 +111,9 @@ dependencies = [
|
|
|
111
111
|
|
|
112
112
|
[[package]]
|
|
113
113
|
name = "borsh"
|
|
114
|
-
version = "1.5.
|
|
114
|
+
version = "1.5.5"
|
|
115
115
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
116
|
-
checksum = "
|
|
116
|
+
checksum = "5430e3be710b68d984d1391c854eb431a9d548640711faa54eecb1df93db91cc"
|
|
117
117
|
dependencies = [
|
|
118
118
|
"cfg_aliases",
|
|
119
119
|
]
|
|
@@ -126,23 +126,23 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
126
126
|
|
|
127
127
|
[[package]]
|
|
128
128
|
name = "cc"
|
|
129
|
-
version = "1.
|
|
129
|
+
version = "1.2.10"
|
|
130
130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
131
|
-
checksum = "
|
|
131
|
+
checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
|
|
132
132
|
dependencies = [
|
|
133
133
|
"shlex",
|
|
134
134
|
]
|
|
135
135
|
|
|
136
136
|
[[package]]
|
|
137
137
|
name = "cedar-policy"
|
|
138
|
-
version = "4.
|
|
138
|
+
version = "4.3.0"
|
|
139
139
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
140
|
-
checksum = "
|
|
140
|
+
checksum = "b66b6533f79b5b1d10c94325f17b3ce8c88c9e27b9c1d5c96ce09d01bf697c63"
|
|
141
141
|
dependencies = [
|
|
142
142
|
"cedar-policy-core",
|
|
143
143
|
"cedar-policy-formatter",
|
|
144
144
|
"cedar-policy-validator",
|
|
145
|
-
"itertools 0.
|
|
145
|
+
"itertools 0.14.0",
|
|
146
146
|
"lalrpop-util",
|
|
147
147
|
"lazy_static",
|
|
148
148
|
"miette",
|
|
@@ -153,17 +153,18 @@ dependencies = [
|
|
|
153
153
|
"serde_json",
|
|
154
154
|
"serde_with",
|
|
155
155
|
"smol_str",
|
|
156
|
-
"thiserror",
|
|
156
|
+
"thiserror 2.0.11",
|
|
157
157
|
]
|
|
158
158
|
|
|
159
159
|
[[package]]
|
|
160
160
|
name = "cedar-policy-core"
|
|
161
|
-
version = "4.
|
|
161
|
+
version = "4.3.0"
|
|
162
162
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
163
|
-
checksum = "
|
|
163
|
+
checksum = "2fce43a08ea1141c8847c9754e212b7b22e67f1e8e27eaa1e50b33261c2a2881"
|
|
164
164
|
dependencies = [
|
|
165
|
+
"educe",
|
|
165
166
|
"either",
|
|
166
|
-
"itertools 0.
|
|
167
|
+
"itertools 0.14.0",
|
|
167
168
|
"lalrpop",
|
|
168
169
|
"lalrpop-util",
|
|
169
170
|
"lazy_static",
|
|
@@ -177,17 +178,17 @@ dependencies = [
|
|
|
177
178
|
"serde_with",
|
|
178
179
|
"smol_str",
|
|
179
180
|
"stacker",
|
|
180
|
-
"thiserror",
|
|
181
|
+
"thiserror 2.0.11",
|
|
181
182
|
]
|
|
182
183
|
|
|
183
184
|
[[package]]
|
|
184
185
|
name = "cedar-policy-formatter"
|
|
185
|
-
version = "4.
|
|
186
|
+
version = "4.3.0"
|
|
186
187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
187
|
-
checksum = "
|
|
188
|
+
checksum = "6cb21ef4fb825b5750aac09d9eeee5911732b135ac4189e30d0ce1009947d4be"
|
|
188
189
|
dependencies = [
|
|
189
190
|
"cedar-policy-core",
|
|
190
|
-
"itertools 0.
|
|
191
|
+
"itertools 0.14.0",
|
|
191
192
|
"lazy_static",
|
|
192
193
|
"logos",
|
|
193
194
|
"miette",
|
|
@@ -198,12 +199,13 @@ dependencies = [
|
|
|
198
199
|
|
|
199
200
|
[[package]]
|
|
200
201
|
name = "cedar-policy-validator"
|
|
201
|
-
version = "4.
|
|
202
|
+
version = "4.3.0"
|
|
202
203
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
203
|
-
checksum = "
|
|
204
|
+
checksum = "9434da2d29776503858731f8e44a2802c29c1f4adeb5a86402845ec87a17c9f4"
|
|
204
205
|
dependencies = [
|
|
205
206
|
"cedar-policy-core",
|
|
206
|
-
"
|
|
207
|
+
"educe",
|
|
208
|
+
"itertools 0.14.0",
|
|
207
209
|
"lalrpop",
|
|
208
210
|
"lalrpop-util",
|
|
209
211
|
"lazy_static",
|
|
@@ -215,13 +217,13 @@ dependencies = [
|
|
|
215
217
|
"serde_with",
|
|
216
218
|
"smol_str",
|
|
217
219
|
"stacker",
|
|
218
|
-
"thiserror",
|
|
220
|
+
"thiserror 2.0.11",
|
|
219
221
|
"unicode-security",
|
|
220
222
|
]
|
|
221
223
|
|
|
222
224
|
[[package]]
|
|
223
225
|
name = "cedar_policy"
|
|
224
|
-
version = "0.
|
|
226
|
+
version = "0.5.2"
|
|
225
227
|
dependencies = [
|
|
226
228
|
"cedar-policy",
|
|
227
229
|
"magnus",
|
|
@@ -251,9 +253,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
251
253
|
|
|
252
254
|
[[package]]
|
|
253
255
|
name = "chrono"
|
|
254
|
-
version = "0.4.
|
|
256
|
+
version = "0.4.39"
|
|
255
257
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
256
|
-
checksum = "
|
|
258
|
+
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
|
257
259
|
dependencies = [
|
|
258
260
|
"android-tzdata",
|
|
259
261
|
"iana-time-zone",
|
|
@@ -281,9 +283,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
281
283
|
|
|
282
284
|
[[package]]
|
|
283
285
|
name = "cpufeatures"
|
|
284
|
-
version = "0.2.
|
|
286
|
+
version = "0.2.16"
|
|
285
287
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
286
|
-
checksum = "
|
|
288
|
+
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
|
|
287
289
|
dependencies = [
|
|
288
290
|
"libc",
|
|
289
291
|
]
|
|
@@ -354,24 +356,15 @@ dependencies = [
|
|
|
354
356
|
]
|
|
355
357
|
|
|
356
358
|
[[package]]
|
|
357
|
-
name = "
|
|
358
|
-
version = "
|
|
359
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
360
|
-
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
361
|
-
dependencies = [
|
|
362
|
-
"cfg-if",
|
|
363
|
-
"dirs-sys-next",
|
|
364
|
-
]
|
|
365
|
-
|
|
366
|
-
[[package]]
|
|
367
|
-
name = "dirs-sys-next"
|
|
368
|
-
version = "0.1.2"
|
|
359
|
+
name = "educe"
|
|
360
|
+
version = "0.6.0"
|
|
369
361
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
370
|
-
checksum = "
|
|
362
|
+
checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417"
|
|
371
363
|
dependencies = [
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
"
|
|
364
|
+
"enum-ordinalize",
|
|
365
|
+
"proc-macro2",
|
|
366
|
+
"quote",
|
|
367
|
+
"syn",
|
|
375
368
|
]
|
|
376
369
|
|
|
377
370
|
[[package]]
|
|
@@ -389,6 +382,26 @@ dependencies = [
|
|
|
389
382
|
"log",
|
|
390
383
|
]
|
|
391
384
|
|
|
385
|
+
[[package]]
|
|
386
|
+
name = "enum-ordinalize"
|
|
387
|
+
version = "4.3.0"
|
|
388
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
389
|
+
checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
|
|
390
|
+
dependencies = [
|
|
391
|
+
"enum-ordinalize-derive",
|
|
392
|
+
]
|
|
393
|
+
|
|
394
|
+
[[package]]
|
|
395
|
+
name = "enum-ordinalize-derive"
|
|
396
|
+
version = "4.3.1"
|
|
397
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
398
|
+
checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
|
|
399
|
+
dependencies = [
|
|
400
|
+
"proc-macro2",
|
|
401
|
+
"quote",
|
|
402
|
+
"syn",
|
|
403
|
+
]
|
|
404
|
+
|
|
392
405
|
[[package]]
|
|
393
406
|
name = "equivalent"
|
|
394
407
|
version = "1.0.1"
|
|
@@ -397,9 +410,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
397
410
|
|
|
398
411
|
[[package]]
|
|
399
412
|
name = "fixedbitset"
|
|
400
|
-
version = "0.
|
|
413
|
+
version = "0.5.7"
|
|
401
414
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
402
|
-
checksum = "
|
|
415
|
+
checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
|
|
403
416
|
|
|
404
417
|
[[package]]
|
|
405
418
|
name = "fnv"
|
|
@@ -417,22 +430,11 @@ dependencies = [
|
|
|
417
430
|
"version_check",
|
|
418
431
|
]
|
|
419
432
|
|
|
420
|
-
[[package]]
|
|
421
|
-
name = "getrandom"
|
|
422
|
-
version = "0.2.15"
|
|
423
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
424
|
-
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
425
|
-
dependencies = [
|
|
426
|
-
"cfg-if",
|
|
427
|
-
"libc",
|
|
428
|
-
"wasi",
|
|
429
|
-
]
|
|
430
|
-
|
|
431
433
|
[[package]]
|
|
432
434
|
name = "glob"
|
|
433
|
-
version = "0.3.
|
|
435
|
+
version = "0.3.2"
|
|
434
436
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
435
|
-
checksum = "
|
|
437
|
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
436
438
|
|
|
437
439
|
[[package]]
|
|
438
440
|
name = "hashbrown"
|
|
@@ -442,9 +444,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
442
444
|
|
|
443
445
|
[[package]]
|
|
444
446
|
name = "hashbrown"
|
|
445
|
-
version = "0.15.
|
|
447
|
+
version = "0.15.2"
|
|
446
448
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
447
|
-
checksum = "
|
|
449
|
+
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
448
450
|
|
|
449
451
|
[[package]]
|
|
450
452
|
name = "hex"
|
|
@@ -452,6 +454,15 @@ version = "0.4.3"
|
|
|
452
454
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
453
455
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
454
456
|
|
|
457
|
+
[[package]]
|
|
458
|
+
name = "home"
|
|
459
|
+
version = "0.5.11"
|
|
460
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
461
|
+
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
|
462
|
+
dependencies = [
|
|
463
|
+
"windows-sys 0.59.0",
|
|
464
|
+
]
|
|
465
|
+
|
|
455
466
|
[[package]]
|
|
456
467
|
name = "iana-time-zone"
|
|
457
468
|
version = "0.1.61"
|
|
@@ -494,12 +505,12 @@ dependencies = [
|
|
|
494
505
|
|
|
495
506
|
[[package]]
|
|
496
507
|
name = "indexmap"
|
|
497
|
-
version = "2.
|
|
508
|
+
version = "2.7.1"
|
|
498
509
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
499
|
-
checksum = "
|
|
510
|
+
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
|
500
511
|
dependencies = [
|
|
501
512
|
"equivalent",
|
|
502
|
-
"hashbrown 0.15.
|
|
513
|
+
"hashbrown 0.15.2",
|
|
503
514
|
"serde",
|
|
504
515
|
]
|
|
505
516
|
|
|
@@ -514,25 +525,26 @@ dependencies = [
|
|
|
514
525
|
|
|
515
526
|
[[package]]
|
|
516
527
|
name = "itertools"
|
|
517
|
-
version = "0.
|
|
528
|
+
version = "0.14.0"
|
|
518
529
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
519
|
-
checksum = "
|
|
530
|
+
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
|
520
531
|
dependencies = [
|
|
521
532
|
"either",
|
|
522
533
|
]
|
|
523
534
|
|
|
524
535
|
[[package]]
|
|
525
536
|
name = "itoa"
|
|
526
|
-
version = "1.0.
|
|
537
|
+
version = "1.0.14"
|
|
527
538
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
528
|
-
checksum = "
|
|
539
|
+
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
|
529
540
|
|
|
530
541
|
[[package]]
|
|
531
542
|
name = "js-sys"
|
|
532
|
-
version = "0.3.
|
|
543
|
+
version = "0.3.77"
|
|
533
544
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
534
|
-
checksum = "
|
|
545
|
+
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
|
535
546
|
dependencies = [
|
|
547
|
+
"once_cell",
|
|
536
548
|
"wasm-bindgen",
|
|
537
549
|
]
|
|
538
550
|
|
|
@@ -547,14 +559,14 @@ dependencies = [
|
|
|
547
559
|
|
|
548
560
|
[[package]]
|
|
549
561
|
name = "lalrpop"
|
|
550
|
-
version = "0.
|
|
562
|
+
version = "0.22.1"
|
|
551
563
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
552
|
-
checksum = "
|
|
564
|
+
checksum = "7047a26de42016abf8f181b46b398aef0b77ad46711df41847f6ed869a2a1d5b"
|
|
553
565
|
dependencies = [
|
|
554
566
|
"ascii-canvas",
|
|
555
567
|
"bit-set",
|
|
556
568
|
"ena",
|
|
557
|
-
"itertools 0.
|
|
569
|
+
"itertools 0.14.0",
|
|
558
570
|
"lalrpop-util",
|
|
559
571
|
"petgraph",
|
|
560
572
|
"pico-args",
|
|
@@ -569,11 +581,12 @@ dependencies = [
|
|
|
569
581
|
|
|
570
582
|
[[package]]
|
|
571
583
|
name = "lalrpop-util"
|
|
572
|
-
version = "0.
|
|
584
|
+
version = "0.22.1"
|
|
573
585
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
574
|
-
checksum = "
|
|
586
|
+
checksum = "e8d05b3fe34b8bd562c338db725dfa9beb9451a48f65f129ccb9538b48d2c93b"
|
|
575
587
|
dependencies = [
|
|
576
588
|
"regex-automata",
|
|
589
|
+
"rustversion",
|
|
577
590
|
]
|
|
578
591
|
|
|
579
592
|
[[package]]
|
|
@@ -590,30 +603,20 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
590
603
|
|
|
591
604
|
[[package]]
|
|
592
605
|
name = "libc"
|
|
593
|
-
version = "0.2.
|
|
606
|
+
version = "0.2.169"
|
|
594
607
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
595
|
-
checksum = "
|
|
608
|
+
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
|
596
609
|
|
|
597
610
|
[[package]]
|
|
598
611
|
name = "libloading"
|
|
599
|
-
version = "0.8.
|
|
612
|
+
version = "0.8.6"
|
|
600
613
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
601
|
-
checksum = "
|
|
614
|
+
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
|
602
615
|
dependencies = [
|
|
603
616
|
"cfg-if",
|
|
604
617
|
"windows-targets",
|
|
605
618
|
]
|
|
606
619
|
|
|
607
|
-
[[package]]
|
|
608
|
-
name = "libredox"
|
|
609
|
-
version = "0.1.3"
|
|
610
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
611
|
-
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
612
|
-
dependencies = [
|
|
613
|
-
"bitflags",
|
|
614
|
-
"libc",
|
|
615
|
-
]
|
|
616
|
-
|
|
617
620
|
[[package]]
|
|
618
621
|
name = "lock_api"
|
|
619
622
|
version = "0.4.12"
|
|
@@ -626,24 +629,24 @@ dependencies = [
|
|
|
626
629
|
|
|
627
630
|
[[package]]
|
|
628
631
|
name = "log"
|
|
629
|
-
version = "0.4.
|
|
632
|
+
version = "0.4.25"
|
|
630
633
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
631
|
-
checksum = "
|
|
634
|
+
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
|
632
635
|
|
|
633
636
|
[[package]]
|
|
634
637
|
name = "logos"
|
|
635
|
-
version = "0.
|
|
638
|
+
version = "0.15.0"
|
|
636
639
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
637
|
-
checksum = "
|
|
640
|
+
checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
|
|
638
641
|
dependencies = [
|
|
639
642
|
"logos-derive",
|
|
640
643
|
]
|
|
641
644
|
|
|
642
645
|
[[package]]
|
|
643
646
|
name = "logos-codegen"
|
|
644
|
-
version = "0.
|
|
647
|
+
version = "0.15.0"
|
|
645
648
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
646
|
-
checksum = "
|
|
649
|
+
checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
|
|
647
650
|
dependencies = [
|
|
648
651
|
"beef",
|
|
649
652
|
"fnv",
|
|
@@ -651,14 +654,15 @@ dependencies = [
|
|
|
651
654
|
"proc-macro2",
|
|
652
655
|
"quote",
|
|
653
656
|
"regex-syntax",
|
|
657
|
+
"rustc_version",
|
|
654
658
|
"syn",
|
|
655
659
|
]
|
|
656
660
|
|
|
657
661
|
[[package]]
|
|
658
662
|
name = "logos-derive"
|
|
659
|
-
version = "0.
|
|
663
|
+
version = "0.15.0"
|
|
660
664
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
661
|
-
checksum = "
|
|
665
|
+
checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
|
|
662
666
|
dependencies = [
|
|
663
667
|
"logos-codegen",
|
|
664
668
|
]
|
|
@@ -694,22 +698,22 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
694
698
|
|
|
695
699
|
[[package]]
|
|
696
700
|
name = "miette"
|
|
697
|
-
version = "7.
|
|
701
|
+
version = "7.4.0"
|
|
698
702
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
699
|
-
checksum = "
|
|
703
|
+
checksum = "317f146e2eb7021892722af37cf1b971f0a70c8406f487e24952667616192c64"
|
|
700
704
|
dependencies = [
|
|
701
705
|
"cfg-if",
|
|
702
706
|
"miette-derive",
|
|
703
707
|
"serde",
|
|
704
|
-
"thiserror",
|
|
708
|
+
"thiserror 1.0.69",
|
|
705
709
|
"unicode-width",
|
|
706
710
|
]
|
|
707
711
|
|
|
708
712
|
[[package]]
|
|
709
713
|
name = "miette-derive"
|
|
710
|
-
version = "7.
|
|
714
|
+
version = "7.4.0"
|
|
711
715
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
712
|
-
checksum = "
|
|
716
|
+
checksum = "23c9b935fbe1d6cbd1dac857b54a688145e2d93f48db36010514d0f612d0ad67"
|
|
713
717
|
dependencies = [
|
|
714
718
|
"proc-macro2",
|
|
715
719
|
"quote",
|
|
@@ -790,12 +794,12 @@ dependencies = [
|
|
|
790
794
|
|
|
791
795
|
[[package]]
|
|
792
796
|
name = "petgraph"
|
|
793
|
-
version = "0.
|
|
797
|
+
version = "0.7.1"
|
|
794
798
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
795
|
-
checksum = "
|
|
799
|
+
checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
|
|
796
800
|
dependencies = [
|
|
797
801
|
"fixedbitset",
|
|
798
|
-
"indexmap 2.
|
|
802
|
+
"indexmap 2.7.1",
|
|
799
803
|
]
|
|
800
804
|
|
|
801
805
|
[[package]]
|
|
@@ -838,45 +842,45 @@ dependencies = [
|
|
|
838
842
|
|
|
839
843
|
[[package]]
|
|
840
844
|
name = "proc-macro2"
|
|
841
|
-
version = "1.0.
|
|
845
|
+
version = "1.0.93"
|
|
842
846
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
843
|
-
checksum = "
|
|
847
|
+
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
|
844
848
|
dependencies = [
|
|
845
849
|
"unicode-ident",
|
|
846
850
|
]
|
|
847
851
|
|
|
848
852
|
[[package]]
|
|
849
853
|
name = "psm"
|
|
850
|
-
version = "0.1.
|
|
854
|
+
version = "0.1.24"
|
|
851
855
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
852
|
-
checksum = "
|
|
856
|
+
checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
|
|
853
857
|
dependencies = [
|
|
854
858
|
"cc",
|
|
855
859
|
]
|
|
856
860
|
|
|
857
861
|
[[package]]
|
|
858
862
|
name = "quote"
|
|
859
|
-
version = "1.0.
|
|
863
|
+
version = "1.0.38"
|
|
860
864
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
861
|
-
checksum = "
|
|
865
|
+
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
|
862
866
|
dependencies = [
|
|
863
867
|
"proc-macro2",
|
|
864
868
|
]
|
|
865
869
|
|
|
866
870
|
[[package]]
|
|
867
871
|
name = "rb-sys"
|
|
868
|
-
version = "0.9.
|
|
872
|
+
version = "0.9.108"
|
|
869
873
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
870
|
-
checksum = "
|
|
874
|
+
checksum = "1e955384e1a4dc64b71d1e4b39ed0edbd77c7bde4a10dfd5ad208e1160fddfa7"
|
|
871
875
|
dependencies = [
|
|
872
876
|
"rb-sys-build",
|
|
873
877
|
]
|
|
874
878
|
|
|
875
879
|
[[package]]
|
|
876
880
|
name = "rb-sys-build"
|
|
877
|
-
version = "0.9.
|
|
881
|
+
version = "0.9.108"
|
|
878
882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
879
|
-
checksum = "
|
|
883
|
+
checksum = "c167c6571889b2550d6fcb315e8aa60bdb95e47e4b64793e3f65a30dc25afc85"
|
|
880
884
|
dependencies = [
|
|
881
885
|
"bindgen",
|
|
882
886
|
"lazy_static",
|
|
@@ -895,24 +899,13 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
|
895
899
|
|
|
896
900
|
[[package]]
|
|
897
901
|
name = "redox_syscall"
|
|
898
|
-
version = "0.5.
|
|
902
|
+
version = "0.5.8"
|
|
899
903
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
900
|
-
checksum = "
|
|
904
|
+
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
|
901
905
|
dependencies = [
|
|
902
906
|
"bitflags",
|
|
903
907
|
]
|
|
904
908
|
|
|
905
|
-
[[package]]
|
|
906
|
-
name = "redox_users"
|
|
907
|
-
version = "0.4.6"
|
|
908
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
909
|
-
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
|
910
|
-
dependencies = [
|
|
911
|
-
"getrandom",
|
|
912
|
-
"libredox",
|
|
913
|
-
"thiserror",
|
|
914
|
-
]
|
|
915
|
-
|
|
916
909
|
[[package]]
|
|
917
910
|
name = "ref-cast"
|
|
918
911
|
version = "1.0.23"
|
|
@@ -935,9 +928,9 @@ dependencies = [
|
|
|
935
928
|
|
|
936
929
|
[[package]]
|
|
937
930
|
name = "regex"
|
|
938
|
-
version = "1.11.
|
|
931
|
+
version = "1.11.1"
|
|
939
932
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
940
|
-
checksum = "
|
|
933
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
941
934
|
dependencies = [
|
|
942
935
|
"aho-corasick",
|
|
943
936
|
"memchr",
|
|
@@ -947,9 +940,9 @@ dependencies = [
|
|
|
947
940
|
|
|
948
941
|
[[package]]
|
|
949
942
|
name = "regex-automata"
|
|
950
|
-
version = "0.4.
|
|
943
|
+
version = "0.4.9"
|
|
951
944
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
952
|
-
checksum = "
|
|
945
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
953
946
|
dependencies = [
|
|
954
947
|
"aho-corasick",
|
|
955
948
|
"memchr",
|
|
@@ -977,11 +970,20 @@ dependencies = [
|
|
|
977
970
|
"unicode-xid",
|
|
978
971
|
]
|
|
979
972
|
|
|
973
|
+
[[package]]
|
|
974
|
+
name = "rustc_version"
|
|
975
|
+
version = "0.4.1"
|
|
976
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
977
|
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
978
|
+
dependencies = [
|
|
979
|
+
"semver",
|
|
980
|
+
]
|
|
981
|
+
|
|
980
982
|
[[package]]
|
|
981
983
|
name = "rustversion"
|
|
982
|
-
version = "1.0.
|
|
984
|
+
version = "1.0.19"
|
|
983
985
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
984
|
-
checksum = "
|
|
986
|
+
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
|
985
987
|
|
|
986
988
|
[[package]]
|
|
987
989
|
name = "ryu"
|
|
@@ -1006,9 +1008,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
1006
1008
|
|
|
1007
1009
|
[[package]]
|
|
1008
1010
|
name = "semver"
|
|
1009
|
-
version = "1.0.
|
|
1011
|
+
version = "1.0.25"
|
|
1010
1012
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1011
|
-
checksum = "
|
|
1013
|
+
checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
|
|
1012
1014
|
|
|
1013
1015
|
[[package]]
|
|
1014
1016
|
name = "seq-macro"
|
|
@@ -1018,18 +1020,18 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
|
1018
1020
|
|
|
1019
1021
|
[[package]]
|
|
1020
1022
|
name = "serde"
|
|
1021
|
-
version = "1.0.
|
|
1023
|
+
version = "1.0.217"
|
|
1022
1024
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1023
|
-
checksum = "
|
|
1025
|
+
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
|
1024
1026
|
dependencies = [
|
|
1025
1027
|
"serde_derive",
|
|
1026
1028
|
]
|
|
1027
1029
|
|
|
1028
1030
|
[[package]]
|
|
1029
1031
|
name = "serde_derive"
|
|
1030
|
-
version = "1.0.
|
|
1032
|
+
version = "1.0.217"
|
|
1031
1033
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1032
|
-
checksum = "
|
|
1034
|
+
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
|
1033
1035
|
dependencies = [
|
|
1034
1036
|
"proc-macro2",
|
|
1035
1037
|
"quote",
|
|
@@ -1038,11 +1040,11 @@ dependencies = [
|
|
|
1038
1040
|
|
|
1039
1041
|
[[package]]
|
|
1040
1042
|
name = "serde_json"
|
|
1041
|
-
version = "1.0.
|
|
1043
|
+
version = "1.0.137"
|
|
1042
1044
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1043
|
-
checksum = "
|
|
1045
|
+
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
|
|
1044
1046
|
dependencies = [
|
|
1045
|
-
"indexmap 2.
|
|
1047
|
+
"indexmap 2.7.1",
|
|
1046
1048
|
"itoa",
|
|
1047
1049
|
"memchr",
|
|
1048
1050
|
"ryu",
|
|
@@ -1062,15 +1064,15 @@ dependencies = [
|
|
|
1062
1064
|
|
|
1063
1065
|
[[package]]
|
|
1064
1066
|
name = "serde_with"
|
|
1065
|
-
version = "3.
|
|
1067
|
+
version = "3.12.0"
|
|
1066
1068
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1067
|
-
checksum = "
|
|
1069
|
+
checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa"
|
|
1068
1070
|
dependencies = [
|
|
1069
1071
|
"base64",
|
|
1070
1072
|
"chrono",
|
|
1071
1073
|
"hex",
|
|
1072
1074
|
"indexmap 1.9.3",
|
|
1073
|
-
"indexmap 2.
|
|
1075
|
+
"indexmap 2.7.1",
|
|
1074
1076
|
"serde",
|
|
1075
1077
|
"serde_derive",
|
|
1076
1078
|
"serde_json",
|
|
@@ -1080,9 +1082,9 @@ dependencies = [
|
|
|
1080
1082
|
|
|
1081
1083
|
[[package]]
|
|
1082
1084
|
name = "serde_with_macros"
|
|
1083
|
-
version = "3.
|
|
1085
|
+
version = "3.12.0"
|
|
1084
1086
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1085
|
-
checksum = "
|
|
1087
|
+
checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e"
|
|
1086
1088
|
dependencies = [
|
|
1087
1089
|
"darling",
|
|
1088
1090
|
"proc-macro2",
|
|
@@ -1126,9 +1128,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
|
1126
1128
|
|
|
1127
1129
|
[[package]]
|
|
1128
1130
|
name = "smol_str"
|
|
1129
|
-
version = "0.3.
|
|
1131
|
+
version = "0.3.2"
|
|
1130
1132
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1131
|
-
checksum = "
|
|
1133
|
+
checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d"
|
|
1132
1134
|
dependencies = [
|
|
1133
1135
|
"borsh",
|
|
1134
1136
|
"serde",
|
|
@@ -1144,7 +1146,7 @@ dependencies = [
|
|
|
1144
1146
|
"cfg-if",
|
|
1145
1147
|
"libc",
|
|
1146
1148
|
"psm",
|
|
1147
|
-
"windows-sys",
|
|
1149
|
+
"windows-sys 0.59.0",
|
|
1148
1150
|
]
|
|
1149
1151
|
|
|
1150
1152
|
[[package]]
|
|
@@ -1168,9 +1170,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
1168
1170
|
|
|
1169
1171
|
[[package]]
|
|
1170
1172
|
name = "syn"
|
|
1171
|
-
version = "2.0.
|
|
1173
|
+
version = "2.0.96"
|
|
1172
1174
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1173
|
-
checksum = "
|
|
1175
|
+
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
|
1174
1176
|
dependencies = [
|
|
1175
1177
|
"proc-macro2",
|
|
1176
1178
|
"quote",
|
|
@@ -1185,29 +1187,48 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
1185
1187
|
|
|
1186
1188
|
[[package]]
|
|
1187
1189
|
name = "term"
|
|
1188
|
-
version = "0.
|
|
1190
|
+
version = "1.0.1"
|
|
1189
1191
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1190
|
-
checksum = "
|
|
1192
|
+
checksum = "a3bb6001afcea98122260987f8b7b5da969ecad46dbf0b5453702f776b491a41"
|
|
1191
1193
|
dependencies = [
|
|
1192
|
-
"
|
|
1193
|
-
"
|
|
1194
|
-
|
|
1194
|
+
"home",
|
|
1195
|
+
"windows-sys 0.52.0",
|
|
1196
|
+
]
|
|
1197
|
+
|
|
1198
|
+
[[package]]
|
|
1199
|
+
name = "thiserror"
|
|
1200
|
+
version = "1.0.69"
|
|
1201
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1202
|
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
1203
|
+
dependencies = [
|
|
1204
|
+
"thiserror-impl 1.0.69",
|
|
1195
1205
|
]
|
|
1196
1206
|
|
|
1197
1207
|
[[package]]
|
|
1198
1208
|
name = "thiserror"
|
|
1199
|
-
version = "
|
|
1209
|
+
version = "2.0.11"
|
|
1200
1210
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1201
|
-
checksum = "
|
|
1211
|
+
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
|
|
1202
1212
|
dependencies = [
|
|
1203
|
-
"thiserror-impl",
|
|
1213
|
+
"thiserror-impl 2.0.11",
|
|
1204
1214
|
]
|
|
1205
1215
|
|
|
1206
1216
|
[[package]]
|
|
1207
1217
|
name = "thiserror-impl"
|
|
1208
|
-
version = "1.0.
|
|
1218
|
+
version = "1.0.69"
|
|
1209
1219
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1210
|
-
checksum = "
|
|
1220
|
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
1221
|
+
dependencies = [
|
|
1222
|
+
"proc-macro2",
|
|
1223
|
+
"quote",
|
|
1224
|
+
"syn",
|
|
1225
|
+
]
|
|
1226
|
+
|
|
1227
|
+
[[package]]
|
|
1228
|
+
name = "thiserror-impl"
|
|
1229
|
+
version = "2.0.11"
|
|
1230
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1231
|
+
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
|
|
1211
1232
|
dependencies = [
|
|
1212
1233
|
"proc-macro2",
|
|
1213
1234
|
"quote",
|
|
@@ -1216,9 +1237,9 @@ dependencies = [
|
|
|
1216
1237
|
|
|
1217
1238
|
[[package]]
|
|
1218
1239
|
name = "time"
|
|
1219
|
-
version = "0.3.
|
|
1240
|
+
version = "0.3.37"
|
|
1220
1241
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1221
|
-
checksum = "
|
|
1242
|
+
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
|
|
1222
1243
|
dependencies = [
|
|
1223
1244
|
"deranged",
|
|
1224
1245
|
"itoa",
|
|
@@ -1237,9 +1258,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
1237
1258
|
|
|
1238
1259
|
[[package]]
|
|
1239
1260
|
name = "time-macros"
|
|
1240
|
-
version = "0.2.
|
|
1261
|
+
version = "0.2.19"
|
|
1241
1262
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1242
|
-
checksum = "
|
|
1263
|
+
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
|
|
1243
1264
|
dependencies = [
|
|
1244
1265
|
"num-conv",
|
|
1245
1266
|
"time-core",
|
|
@@ -1247,9 +1268,9 @@ dependencies = [
|
|
|
1247
1268
|
|
|
1248
1269
|
[[package]]
|
|
1249
1270
|
name = "tinyvec"
|
|
1250
|
-
version = "1.8.
|
|
1271
|
+
version = "1.8.1"
|
|
1251
1272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1252
|
-
checksum = "
|
|
1273
|
+
checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
|
|
1253
1274
|
dependencies = [
|
|
1254
1275
|
"tinyvec_macros",
|
|
1255
1276
|
]
|
|
@@ -1274,9 +1295,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
1274
1295
|
|
|
1275
1296
|
[[package]]
|
|
1276
1297
|
name = "unicode-ident"
|
|
1277
|
-
version = "1.0.
|
|
1298
|
+
version = "1.0.14"
|
|
1278
1299
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1279
|
-
checksum = "
|
|
1300
|
+
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
|
1280
1301
|
|
|
1281
1302
|
[[package]]
|
|
1282
1303
|
name = "unicode-normalization"
|
|
@@ -1331,32 +1352,26 @@ dependencies = [
|
|
|
1331
1352
|
"winapi-util",
|
|
1332
1353
|
]
|
|
1333
1354
|
|
|
1334
|
-
[[package]]
|
|
1335
|
-
name = "wasi"
|
|
1336
|
-
version = "0.11.0+wasi-snapshot-preview1"
|
|
1337
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1338
|
-
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
1339
|
-
|
|
1340
1355
|
[[package]]
|
|
1341
1356
|
name = "wasm-bindgen"
|
|
1342
|
-
version = "0.2.
|
|
1357
|
+
version = "0.2.100"
|
|
1343
1358
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1344
|
-
checksum = "
|
|
1359
|
+
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
|
1345
1360
|
dependencies = [
|
|
1346
1361
|
"cfg-if",
|
|
1347
1362
|
"once_cell",
|
|
1363
|
+
"rustversion",
|
|
1348
1364
|
"wasm-bindgen-macro",
|
|
1349
1365
|
]
|
|
1350
1366
|
|
|
1351
1367
|
[[package]]
|
|
1352
1368
|
name = "wasm-bindgen-backend"
|
|
1353
|
-
version = "0.2.
|
|
1369
|
+
version = "0.2.100"
|
|
1354
1370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1355
|
-
checksum = "
|
|
1371
|
+
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
1356
1372
|
dependencies = [
|
|
1357
1373
|
"bumpalo",
|
|
1358
1374
|
"log",
|
|
1359
|
-
"once_cell",
|
|
1360
1375
|
"proc-macro2",
|
|
1361
1376
|
"quote",
|
|
1362
1377
|
"syn",
|
|
@@ -1365,9 +1380,9 @@ dependencies = [
|
|
|
1365
1380
|
|
|
1366
1381
|
[[package]]
|
|
1367
1382
|
name = "wasm-bindgen-macro"
|
|
1368
|
-
version = "0.2.
|
|
1383
|
+
version = "0.2.100"
|
|
1369
1384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1370
|
-
checksum = "
|
|
1385
|
+
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
|
1371
1386
|
dependencies = [
|
|
1372
1387
|
"quote",
|
|
1373
1388
|
"wasm-bindgen-macro-support",
|
|
@@ -1375,9 +1390,9 @@ dependencies = [
|
|
|
1375
1390
|
|
|
1376
1391
|
[[package]]
|
|
1377
1392
|
name = "wasm-bindgen-macro-support"
|
|
1378
|
-
version = "0.2.
|
|
1393
|
+
version = "0.2.100"
|
|
1379
1394
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1380
|
-
checksum = "
|
|
1395
|
+
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
1381
1396
|
dependencies = [
|
|
1382
1397
|
"proc-macro2",
|
|
1383
1398
|
"quote",
|
|
@@ -1388,46 +1403,36 @@ dependencies = [
|
|
|
1388
1403
|
|
|
1389
1404
|
[[package]]
|
|
1390
1405
|
name = "wasm-bindgen-shared"
|
|
1391
|
-
version = "0.2.
|
|
1392
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1393
|
-
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
|
1394
|
-
|
|
1395
|
-
[[package]]
|
|
1396
|
-
name = "winapi"
|
|
1397
|
-
version = "0.3.9"
|
|
1406
|
+
version = "0.2.100"
|
|
1398
1407
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1399
|
-
checksum = "
|
|
1408
|
+
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
1400
1409
|
dependencies = [
|
|
1401
|
-
"
|
|
1402
|
-
"winapi-x86_64-pc-windows-gnu",
|
|
1410
|
+
"unicode-ident",
|
|
1403
1411
|
]
|
|
1404
1412
|
|
|
1405
|
-
[[package]]
|
|
1406
|
-
name = "winapi-i686-pc-windows-gnu"
|
|
1407
|
-
version = "0.4.0"
|
|
1408
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1409
|
-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
1410
|
-
|
|
1411
1413
|
[[package]]
|
|
1412
1414
|
name = "winapi-util"
|
|
1413
1415
|
version = "0.1.9"
|
|
1414
1416
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1415
1417
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
1416
1418
|
dependencies = [
|
|
1417
|
-
"windows-sys",
|
|
1419
|
+
"windows-sys 0.59.0",
|
|
1418
1420
|
]
|
|
1419
1421
|
|
|
1420
1422
|
[[package]]
|
|
1421
|
-
name = "
|
|
1422
|
-
version = "0.
|
|
1423
|
+
name = "windows-core"
|
|
1424
|
+
version = "0.52.0"
|
|
1423
1425
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1424
|
-
checksum = "
|
|
1426
|
+
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
1427
|
+
dependencies = [
|
|
1428
|
+
"windows-targets",
|
|
1429
|
+
]
|
|
1425
1430
|
|
|
1426
1431
|
[[package]]
|
|
1427
|
-
name = "windows-
|
|
1432
|
+
name = "windows-sys"
|
|
1428
1433
|
version = "0.52.0"
|
|
1429
1434
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1430
|
-
checksum = "
|
|
1435
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
1431
1436
|
dependencies = [
|
|
1432
1437
|
"windows-targets",
|
|
1433
1438
|
]
|
data/ext/cedar_policy/Cargo.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "cedar_policy"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.5.2"
|
|
4
4
|
edition = "2021"
|
|
5
5
|
authors = ["Aotokitsuruya <contact@aotoki.me>"]
|
|
6
6
|
license = "Apache-2.0"
|
|
@@ -10,6 +10,6 @@ publish = false
|
|
|
10
10
|
crate-type = ["cdylib"]
|
|
11
11
|
|
|
12
12
|
[dependencies]
|
|
13
|
-
cedar-policy = "4.
|
|
13
|
+
cedar-policy = "4.3.0"
|
|
14
14
|
magnus = "0.6.2"
|
|
15
15
|
serde_magnus = "0.8.1"
|
data/lib/cedar_policy/version.rb
CHANGED
data/release-please-config.json
CHANGED
|
@@ -3,8 +3,9 @@
|
|
|
3
3
|
"last-release-sha": "7d06a6458e9805cc6ec05f456c650708cc9d9e9f",
|
|
4
4
|
"packages": {
|
|
5
5
|
".":{
|
|
6
|
-
"
|
|
7
|
-
"
|
|
6
|
+
"component": "cedar_policy",
|
|
7
|
+
"include-component-in-tag": false,
|
|
8
|
+
"release-type": "ruby"
|
|
8
9
|
}
|
|
9
10
|
},
|
|
10
11
|
"extra-files": [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cedar_policy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aotokitsuruya
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-01-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Ruby bindings for Cedar policy evaluation engine.
|
|
14
14
|
email:
|
|
@@ -57,7 +57,7 @@ metadata:
|
|
|
57
57
|
source_code_uri: https://github.com/elct9620/cedar-policy-rb
|
|
58
58
|
changelog_uri: https://github.com/elct9620/cedar-policy-rb
|
|
59
59
|
rubygems_mfa_required: 'true'
|
|
60
|
-
post_install_message:
|
|
60
|
+
post_install_message:
|
|
61
61
|
rdoc_options: []
|
|
62
62
|
require_paths:
|
|
63
63
|
- lib
|
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
version: 3.3.11
|
|
74
74
|
requirements: []
|
|
75
75
|
rubygems_version: 3.5.9
|
|
76
|
-
signing_key:
|
|
76
|
+
signing_key:
|
|
77
77
|
specification_version: 4
|
|
78
78
|
summary: Ruby bindings for Cedar policy evaluation engine.
|
|
79
79
|
test_files: []
|