eppo-server-sdk 3.4.6 → 3.5.0
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 +232 -283
- data/ext/eppo_client/Cargo.toml +2 -2
- data/lib/eppo_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '01784bc27c852027f45d508890e8210d0d77135a823868ca6279b5fa3156ec30'
|
|
4
|
+
data.tar.gz: b01997a06f5d3f7b54f5ea2a256ed154892928a17f43d414d1e5b0e443e665f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ec31cc704187dea1047e31c4699b92d8192bc2a56b8ef246495743e4002b2c2c133d26cd5528c6bfad3687ec93702ca0d00e83ecbbebdc576960653c9b93488
|
|
7
|
+
data.tar.gz: a74329b03690771db9c5e4839ccd8fbc978f515aea81766876434429c3735f9b046a4e81beec6980252afe348b2dffb084d5b0f241d0bcc341d72a3779c12f70
|
data/Cargo.lock
CHANGED
|
@@ -90,12 +90,6 @@ dependencies = [
|
|
|
90
90
|
"windows-sys 0.59.0",
|
|
91
91
|
]
|
|
92
92
|
|
|
93
|
-
[[package]]
|
|
94
|
-
name = "atomic-waker"
|
|
95
|
-
version = "1.1.2"
|
|
96
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
97
|
-
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
98
|
-
|
|
99
93
|
[[package]]
|
|
100
94
|
name = "autocfg"
|
|
101
95
|
version = "1.4.0"
|
|
@@ -138,7 +132,7 @@ dependencies = [
|
|
|
138
132
|
"proc-macro2",
|
|
139
133
|
"quote",
|
|
140
134
|
"regex",
|
|
141
|
-
"rustc-hash",
|
|
135
|
+
"rustc-hash 1.1.0",
|
|
142
136
|
"shlex",
|
|
143
137
|
"syn",
|
|
144
138
|
]
|
|
@@ -191,6 +185,12 @@ version = "1.0.0"
|
|
|
191
185
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
192
186
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
193
187
|
|
|
188
|
+
[[package]]
|
|
189
|
+
name = "cfg_aliases"
|
|
190
|
+
version = "0.2.1"
|
|
191
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
192
|
+
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
193
|
+
|
|
194
194
|
[[package]]
|
|
195
195
|
name = "chrono"
|
|
196
196
|
version = "0.4.38"
|
|
@@ -223,16 +223,6 @@ version = "1.0.3"
|
|
|
223
223
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
224
224
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
|
225
225
|
|
|
226
|
-
[[package]]
|
|
227
|
-
name = "core-foundation"
|
|
228
|
-
version = "0.9.4"
|
|
229
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
230
|
-
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
231
|
-
dependencies = [
|
|
232
|
-
"core-foundation-sys",
|
|
233
|
-
"libc",
|
|
234
|
-
]
|
|
235
|
-
|
|
236
226
|
[[package]]
|
|
237
227
|
name = "core-foundation-sys"
|
|
238
228
|
version = "0.8.7"
|
|
@@ -320,15 +310,6 @@ version = "1.13.0"
|
|
|
320
310
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
321
311
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|
322
312
|
|
|
323
|
-
[[package]]
|
|
324
|
-
name = "encoding_rs"
|
|
325
|
-
version = "0.8.35"
|
|
326
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
327
|
-
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
328
|
-
dependencies = [
|
|
329
|
-
"cfg-if",
|
|
330
|
-
]
|
|
331
|
-
|
|
332
313
|
[[package]]
|
|
333
314
|
name = "env_filter"
|
|
334
315
|
version = "0.1.2"
|
|
@@ -354,7 +335,7 @@ dependencies = [
|
|
|
354
335
|
|
|
355
336
|
[[package]]
|
|
356
337
|
name = "eppo_client"
|
|
357
|
-
version = "3.
|
|
338
|
+
version = "3.5.0"
|
|
358
339
|
dependencies = [
|
|
359
340
|
"env_logger",
|
|
360
341
|
"eppo_core",
|
|
@@ -368,9 +349,9 @@ dependencies = [
|
|
|
368
349
|
|
|
369
350
|
[[package]]
|
|
370
351
|
name = "eppo_core"
|
|
371
|
-
version = "
|
|
352
|
+
version = "9.0.0"
|
|
372
353
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
373
|
-
checksum = "
|
|
354
|
+
checksum = "ee2039d401f5024160e81c990cd101cadd3a030d0829df4afaf1f143a4a330f6"
|
|
374
355
|
dependencies = [
|
|
375
356
|
"base64",
|
|
376
357
|
"chrono",
|
|
@@ -380,7 +361,7 @@ dependencies = [
|
|
|
380
361
|
"log",
|
|
381
362
|
"magnus",
|
|
382
363
|
"md5",
|
|
383
|
-
"rand",
|
|
364
|
+
"rand 0.9.0",
|
|
384
365
|
"regex",
|
|
385
366
|
"reqwest",
|
|
386
367
|
"semver",
|
|
@@ -394,14 +375,10 @@ dependencies = [
|
|
|
394
375
|
"tokio-util",
|
|
395
376
|
"url",
|
|
396
377
|
"uuid",
|
|
378
|
+
"wasm-bindgen-futures",
|
|
379
|
+
"wasmtimer",
|
|
397
380
|
]
|
|
398
381
|
|
|
399
|
-
[[package]]
|
|
400
|
-
name = "equivalent"
|
|
401
|
-
version = "1.0.1"
|
|
402
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
403
|
-
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
404
|
-
|
|
405
382
|
[[package]]
|
|
406
383
|
name = "erased-serde"
|
|
407
384
|
version = "0.4.5"
|
|
@@ -412,16 +389,6 @@ dependencies = [
|
|
|
412
389
|
"typeid",
|
|
413
390
|
]
|
|
414
391
|
|
|
415
|
-
[[package]]
|
|
416
|
-
name = "errno"
|
|
417
|
-
version = "0.3.10"
|
|
418
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
419
|
-
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
|
420
|
-
dependencies = [
|
|
421
|
-
"libc",
|
|
422
|
-
"windows-sys 0.59.0",
|
|
423
|
-
]
|
|
424
|
-
|
|
425
392
|
[[package]]
|
|
426
393
|
name = "exponential-backoff"
|
|
427
394
|
version = "2.0.0"
|
|
@@ -455,27 +422,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
455
422
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
456
423
|
|
|
457
424
|
[[package]]
|
|
458
|
-
name = "
|
|
459
|
-
version = "
|
|
425
|
+
name = "form_urlencoded"
|
|
426
|
+
version = "1.2.1"
|
|
460
427
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
461
|
-
checksum = "
|
|
428
|
+
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
462
429
|
dependencies = [
|
|
463
|
-
"
|
|
430
|
+
"percent-encoding",
|
|
464
431
|
]
|
|
465
432
|
|
|
466
433
|
[[package]]
|
|
467
|
-
name = "
|
|
468
|
-
version = "0.
|
|
469
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
470
|
-
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
471
|
-
|
|
472
|
-
[[package]]
|
|
473
|
-
name = "form_urlencoded"
|
|
474
|
-
version = "1.2.1"
|
|
434
|
+
name = "futures"
|
|
435
|
+
version = "0.3.31"
|
|
475
436
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
476
|
-
checksum = "
|
|
437
|
+
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
|
477
438
|
dependencies = [
|
|
478
|
-
"
|
|
439
|
+
"futures-channel",
|
|
440
|
+
"futures-core",
|
|
441
|
+
"futures-executor",
|
|
442
|
+
"futures-io",
|
|
443
|
+
"futures-sink",
|
|
444
|
+
"futures-task",
|
|
445
|
+
"futures-util",
|
|
479
446
|
]
|
|
480
447
|
|
|
481
448
|
[[package]]
|
|
@@ -485,6 +452,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
485
452
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
486
453
|
dependencies = [
|
|
487
454
|
"futures-core",
|
|
455
|
+
"futures-sink",
|
|
488
456
|
]
|
|
489
457
|
|
|
490
458
|
[[package]]
|
|
@@ -493,6 +461,23 @@ version = "0.3.31"
|
|
|
493
461
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
494
462
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
495
463
|
|
|
464
|
+
[[package]]
|
|
465
|
+
name = "futures-executor"
|
|
466
|
+
version = "0.3.31"
|
|
467
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
468
|
+
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
469
|
+
dependencies = [
|
|
470
|
+
"futures-core",
|
|
471
|
+
"futures-task",
|
|
472
|
+
"futures-util",
|
|
473
|
+
]
|
|
474
|
+
|
|
475
|
+
[[package]]
|
|
476
|
+
name = "futures-io"
|
|
477
|
+
version = "0.3.31"
|
|
478
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
479
|
+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
480
|
+
|
|
496
481
|
[[package]]
|
|
497
482
|
name = "futures-macro"
|
|
498
483
|
version = "0.3.31"
|
|
@@ -522,9 +507,13 @@ version = "0.3.31"
|
|
|
522
507
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
523
508
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
524
509
|
dependencies = [
|
|
510
|
+
"futures-channel",
|
|
525
511
|
"futures-core",
|
|
512
|
+
"futures-io",
|
|
526
513
|
"futures-macro",
|
|
514
|
+
"futures-sink",
|
|
527
515
|
"futures-task",
|
|
516
|
+
"memchr",
|
|
528
517
|
"pin-project-lite",
|
|
529
518
|
"pin-utils",
|
|
530
519
|
"slab",
|
|
@@ -537,8 +526,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
537
526
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
538
527
|
dependencies = [
|
|
539
528
|
"cfg-if",
|
|
529
|
+
"js-sys",
|
|
540
530
|
"libc",
|
|
541
531
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
532
|
+
"wasm-bindgen",
|
|
542
533
|
]
|
|
543
534
|
|
|
544
535
|
[[package]]
|
|
@@ -565,37 +556,12 @@ version = "0.3.1"
|
|
|
565
556
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
566
557
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
567
558
|
|
|
568
|
-
[[package]]
|
|
569
|
-
name = "h2"
|
|
570
|
-
version = "0.4.7"
|
|
571
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
572
|
-
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
|
|
573
|
-
dependencies = [
|
|
574
|
-
"atomic-waker",
|
|
575
|
-
"bytes",
|
|
576
|
-
"fnv",
|
|
577
|
-
"futures-core",
|
|
578
|
-
"futures-sink",
|
|
579
|
-
"http",
|
|
580
|
-
"indexmap",
|
|
581
|
-
"slab",
|
|
582
|
-
"tokio",
|
|
583
|
-
"tokio-util",
|
|
584
|
-
"tracing",
|
|
585
|
-
]
|
|
586
|
-
|
|
587
559
|
[[package]]
|
|
588
560
|
name = "hashbrown"
|
|
589
561
|
version = "0.14.5"
|
|
590
562
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
591
563
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
592
564
|
|
|
593
|
-
[[package]]
|
|
594
|
-
name = "hashbrown"
|
|
595
|
-
version = "0.15.2"
|
|
596
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
597
|
-
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
598
|
-
|
|
599
565
|
[[package]]
|
|
600
566
|
name = "hex"
|
|
601
567
|
version = "0.4.3"
|
|
@@ -657,7 +623,6 @@ dependencies = [
|
|
|
657
623
|
"bytes",
|
|
658
624
|
"futures-channel",
|
|
659
625
|
"futures-util",
|
|
660
|
-
"h2",
|
|
661
626
|
"http",
|
|
662
627
|
"http-body",
|
|
663
628
|
"httparse",
|
|
@@ -683,22 +648,7 @@ dependencies = [
|
|
|
683
648
|
"tokio",
|
|
684
649
|
"tokio-rustls",
|
|
685
650
|
"tower-service",
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
[[package]]
|
|
689
|
-
name = "hyper-tls"
|
|
690
|
-
version = "0.6.0"
|
|
691
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
692
|
-
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
|
693
|
-
dependencies = [
|
|
694
|
-
"bytes",
|
|
695
|
-
"http-body-util",
|
|
696
|
-
"hyper",
|
|
697
|
-
"hyper-util",
|
|
698
|
-
"native-tls",
|
|
699
|
-
"tokio",
|
|
700
|
-
"tokio-native-tls",
|
|
701
|
-
"tower-service",
|
|
651
|
+
"webpki-roots",
|
|
702
652
|
]
|
|
703
653
|
|
|
704
654
|
[[package]]
|
|
@@ -888,16 +838,6 @@ dependencies = [
|
|
|
888
838
|
"icu_properties",
|
|
889
839
|
]
|
|
890
840
|
|
|
891
|
-
[[package]]
|
|
892
|
-
name = "indexmap"
|
|
893
|
-
version = "2.7.1"
|
|
894
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
895
|
-
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
|
896
|
-
dependencies = [
|
|
897
|
-
"equivalent",
|
|
898
|
-
"hashbrown 0.15.2",
|
|
899
|
-
]
|
|
900
|
-
|
|
901
841
|
[[package]]
|
|
902
842
|
name = "ipnet"
|
|
903
843
|
version = "2.11.0"
|
|
@@ -963,18 +903,22 @@ dependencies = [
|
|
|
963
903
|
"windows-targets",
|
|
964
904
|
]
|
|
965
905
|
|
|
966
|
-
[[package]]
|
|
967
|
-
name = "linux-raw-sys"
|
|
968
|
-
version = "0.4.14"
|
|
969
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
970
|
-
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
|
971
|
-
|
|
972
906
|
[[package]]
|
|
973
907
|
name = "litemap"
|
|
974
908
|
version = "0.7.4"
|
|
975
909
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
976
910
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
|
977
911
|
|
|
912
|
+
[[package]]
|
|
913
|
+
name = "lock_api"
|
|
914
|
+
version = "0.4.12"
|
|
915
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
916
|
+
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
917
|
+
dependencies = [
|
|
918
|
+
"autocfg",
|
|
919
|
+
"scopeguard",
|
|
920
|
+
]
|
|
921
|
+
|
|
978
922
|
[[package]]
|
|
979
923
|
name = "log"
|
|
980
924
|
version = "0.4.22"
|
|
@@ -1052,23 +996,6 @@ dependencies = [
|
|
|
1052
996
|
"windows-sys 0.52.0",
|
|
1053
997
|
]
|
|
1054
998
|
|
|
1055
|
-
[[package]]
|
|
1056
|
-
name = "native-tls"
|
|
1057
|
-
version = "0.2.12"
|
|
1058
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1059
|
-
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
|
1060
|
-
dependencies = [
|
|
1061
|
-
"libc",
|
|
1062
|
-
"log",
|
|
1063
|
-
"openssl",
|
|
1064
|
-
"openssl-probe",
|
|
1065
|
-
"openssl-sys",
|
|
1066
|
-
"schannel",
|
|
1067
|
-
"security-framework",
|
|
1068
|
-
"security-framework-sys",
|
|
1069
|
-
"tempfile",
|
|
1070
|
-
]
|
|
1071
|
-
|
|
1072
999
|
[[package]]
|
|
1073
1000
|
name = "nom"
|
|
1074
1001
|
version = "7.1.3"
|
|
@@ -1110,57 +1037,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1110
1037
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|
1111
1038
|
|
|
1112
1039
|
[[package]]
|
|
1113
|
-
name = "
|
|
1114
|
-
version = "0.
|
|
1115
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1116
|
-
checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
|
|
1117
|
-
dependencies = [
|
|
1118
|
-
"bitflags",
|
|
1119
|
-
"cfg-if",
|
|
1120
|
-
"foreign-types",
|
|
1121
|
-
"libc",
|
|
1122
|
-
"once_cell",
|
|
1123
|
-
"openssl-macros",
|
|
1124
|
-
"openssl-sys",
|
|
1125
|
-
]
|
|
1126
|
-
|
|
1127
|
-
[[package]]
|
|
1128
|
-
name = "openssl-macros"
|
|
1129
|
-
version = "0.1.1"
|
|
1040
|
+
name = "parking_lot"
|
|
1041
|
+
version = "0.12.3"
|
|
1130
1042
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1131
|
-
checksum = "
|
|
1043
|
+
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
1132
1044
|
dependencies = [
|
|
1133
|
-
"
|
|
1134
|
-
"
|
|
1135
|
-
"syn",
|
|
1045
|
+
"lock_api",
|
|
1046
|
+
"parking_lot_core",
|
|
1136
1047
|
]
|
|
1137
1048
|
|
|
1138
1049
|
[[package]]
|
|
1139
|
-
name = "
|
|
1140
|
-
version = "0.
|
|
1050
|
+
name = "parking_lot_core"
|
|
1051
|
+
version = "0.9.10"
|
|
1141
1052
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1142
|
-
checksum = "
|
|
1143
|
-
|
|
1144
|
-
[[package]]
|
|
1145
|
-
name = "openssl-src"
|
|
1146
|
-
version = "300.4.1+3.4.0"
|
|
1147
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1148
|
-
checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
|
|
1053
|
+
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
1149
1054
|
dependencies = [
|
|
1150
|
-
"
|
|
1151
|
-
]
|
|
1152
|
-
|
|
1153
|
-
[[package]]
|
|
1154
|
-
name = "openssl-sys"
|
|
1155
|
-
version = "0.9.105"
|
|
1156
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1157
|
-
checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
|
|
1158
|
-
dependencies = [
|
|
1159
|
-
"cc",
|
|
1055
|
+
"cfg-if",
|
|
1160
1056
|
"libc",
|
|
1161
|
-
"
|
|
1162
|
-
"
|
|
1163
|
-
"
|
|
1057
|
+
"redox_syscall",
|
|
1058
|
+
"smallvec",
|
|
1059
|
+
"windows-targets",
|
|
1164
1060
|
]
|
|
1165
1061
|
|
|
1166
1062
|
[[package]]
|
|
@@ -1181,12 +1077,6 @@ version = "0.1.0"
|
|
|
1181
1077
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1182
1078
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
1183
1079
|
|
|
1184
|
-
[[package]]
|
|
1185
|
-
name = "pkg-config"
|
|
1186
|
-
version = "0.3.31"
|
|
1187
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1188
|
-
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
|
1189
|
-
|
|
1190
1080
|
[[package]]
|
|
1191
1081
|
name = "powerfmt"
|
|
1192
1082
|
version = "0.2.0"
|
|
@@ -1211,6 +1101,58 @@ dependencies = [
|
|
|
1211
1101
|
"unicode-ident",
|
|
1212
1102
|
]
|
|
1213
1103
|
|
|
1104
|
+
[[package]]
|
|
1105
|
+
name = "quinn"
|
|
1106
|
+
version = "0.11.6"
|
|
1107
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1108
|
+
checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
|
|
1109
|
+
dependencies = [
|
|
1110
|
+
"bytes",
|
|
1111
|
+
"pin-project-lite",
|
|
1112
|
+
"quinn-proto",
|
|
1113
|
+
"quinn-udp",
|
|
1114
|
+
"rustc-hash 2.1.1",
|
|
1115
|
+
"rustls",
|
|
1116
|
+
"socket2",
|
|
1117
|
+
"thiserror",
|
|
1118
|
+
"tokio",
|
|
1119
|
+
"tracing",
|
|
1120
|
+
]
|
|
1121
|
+
|
|
1122
|
+
[[package]]
|
|
1123
|
+
name = "quinn-proto"
|
|
1124
|
+
version = "0.11.9"
|
|
1125
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1126
|
+
checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
|
|
1127
|
+
dependencies = [
|
|
1128
|
+
"bytes",
|
|
1129
|
+
"getrandom 0.2.15",
|
|
1130
|
+
"rand 0.8.5",
|
|
1131
|
+
"ring",
|
|
1132
|
+
"rustc-hash 2.1.1",
|
|
1133
|
+
"rustls",
|
|
1134
|
+
"rustls-pki-types",
|
|
1135
|
+
"slab",
|
|
1136
|
+
"thiserror",
|
|
1137
|
+
"tinyvec",
|
|
1138
|
+
"tracing",
|
|
1139
|
+
"web-time",
|
|
1140
|
+
]
|
|
1141
|
+
|
|
1142
|
+
[[package]]
|
|
1143
|
+
name = "quinn-udp"
|
|
1144
|
+
version = "0.5.10"
|
|
1145
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1146
|
+
checksum = "e46f3055866785f6b92bc6164b76be02ca8f2eb4b002c0354b28cf4c119e5944"
|
|
1147
|
+
dependencies = [
|
|
1148
|
+
"cfg_aliases",
|
|
1149
|
+
"libc",
|
|
1150
|
+
"once_cell",
|
|
1151
|
+
"socket2",
|
|
1152
|
+
"tracing",
|
|
1153
|
+
"windows-sys 0.59.0",
|
|
1154
|
+
]
|
|
1155
|
+
|
|
1214
1156
|
[[package]]
|
|
1215
1157
|
name = "quote"
|
|
1216
1158
|
version = "1.0.37"
|
|
@@ -1220,17 +1162,38 @@ dependencies = [
|
|
|
1220
1162
|
"proc-macro2",
|
|
1221
1163
|
]
|
|
1222
1164
|
|
|
1165
|
+
[[package]]
|
|
1166
|
+
name = "rand"
|
|
1167
|
+
version = "0.8.5"
|
|
1168
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1169
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
1170
|
+
dependencies = [
|
|
1171
|
+
"libc",
|
|
1172
|
+
"rand_chacha 0.3.1",
|
|
1173
|
+
"rand_core 0.6.4",
|
|
1174
|
+
]
|
|
1175
|
+
|
|
1223
1176
|
[[package]]
|
|
1224
1177
|
name = "rand"
|
|
1225
1178
|
version = "0.9.0"
|
|
1226
1179
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1227
1180
|
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
|
|
1228
1181
|
dependencies = [
|
|
1229
|
-
"rand_chacha",
|
|
1230
|
-
"rand_core",
|
|
1182
|
+
"rand_chacha 0.9.0",
|
|
1183
|
+
"rand_core 0.9.0",
|
|
1231
1184
|
"zerocopy 0.8.15",
|
|
1232
1185
|
]
|
|
1233
1186
|
|
|
1187
|
+
[[package]]
|
|
1188
|
+
name = "rand_chacha"
|
|
1189
|
+
version = "0.3.1"
|
|
1190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1191
|
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
1192
|
+
dependencies = [
|
|
1193
|
+
"ppv-lite86",
|
|
1194
|
+
"rand_core 0.6.4",
|
|
1195
|
+
]
|
|
1196
|
+
|
|
1234
1197
|
[[package]]
|
|
1235
1198
|
name = "rand_chacha"
|
|
1236
1199
|
version = "0.9.0"
|
|
@@ -1238,7 +1201,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1238
1201
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
1239
1202
|
dependencies = [
|
|
1240
1203
|
"ppv-lite86",
|
|
1241
|
-
"rand_core",
|
|
1204
|
+
"rand_core 0.9.0",
|
|
1205
|
+
]
|
|
1206
|
+
|
|
1207
|
+
[[package]]
|
|
1208
|
+
name = "rand_core"
|
|
1209
|
+
version = "0.6.4"
|
|
1210
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1211
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
1212
|
+
dependencies = [
|
|
1213
|
+
"getrandom 0.2.15",
|
|
1242
1214
|
]
|
|
1243
1215
|
|
|
1244
1216
|
[[package]]
|
|
@@ -1281,6 +1253,15 @@ version = "0.1.2"
|
|
|
1281
1253
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1282
1254
|
checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
1283
1255
|
|
|
1256
|
+
[[package]]
|
|
1257
|
+
name = "redox_syscall"
|
|
1258
|
+
version = "0.5.10"
|
|
1259
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1260
|
+
checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
|
|
1261
|
+
dependencies = [
|
|
1262
|
+
"bitflags",
|
|
1263
|
+
]
|
|
1264
|
+
|
|
1284
1265
|
[[package]]
|
|
1285
1266
|
name = "regex"
|
|
1286
1267
|
version = "1.11.1"
|
|
@@ -1318,38 +1299,37 @@ checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f"
|
|
|
1318
1299
|
dependencies = [
|
|
1319
1300
|
"base64",
|
|
1320
1301
|
"bytes",
|
|
1321
|
-
"encoding_rs",
|
|
1322
1302
|
"futures-core",
|
|
1323
1303
|
"futures-util",
|
|
1324
|
-
"h2",
|
|
1325
1304
|
"http",
|
|
1326
1305
|
"http-body",
|
|
1327
1306
|
"http-body-util",
|
|
1328
1307
|
"hyper",
|
|
1329
1308
|
"hyper-rustls",
|
|
1330
|
-
"hyper-tls",
|
|
1331
1309
|
"hyper-util",
|
|
1332
1310
|
"ipnet",
|
|
1333
1311
|
"js-sys",
|
|
1334
1312
|
"log",
|
|
1335
1313
|
"mime",
|
|
1336
|
-
"native-tls",
|
|
1337
1314
|
"once_cell",
|
|
1338
1315
|
"percent-encoding",
|
|
1339
1316
|
"pin-project-lite",
|
|
1317
|
+
"quinn",
|
|
1318
|
+
"rustls",
|
|
1340
1319
|
"rustls-pemfile",
|
|
1320
|
+
"rustls-pki-types",
|
|
1341
1321
|
"serde",
|
|
1342
1322
|
"serde_json",
|
|
1343
1323
|
"serde_urlencoded",
|
|
1344
1324
|
"sync_wrapper",
|
|
1345
|
-
"system-configuration",
|
|
1346
1325
|
"tokio",
|
|
1347
|
-
"tokio-
|
|
1326
|
+
"tokio-rustls",
|
|
1348
1327
|
"tower-service",
|
|
1349
1328
|
"url",
|
|
1350
1329
|
"wasm-bindgen",
|
|
1351
1330
|
"wasm-bindgen-futures",
|
|
1352
1331
|
"web-sys",
|
|
1332
|
+
"webpki-roots",
|
|
1353
1333
|
"windows-registry",
|
|
1354
1334
|
]
|
|
1355
1335
|
|
|
@@ -1381,17 +1361,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1381
1361
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
1382
1362
|
|
|
1383
1363
|
[[package]]
|
|
1384
|
-
name = "
|
|
1385
|
-
version = "
|
|
1364
|
+
name = "rustc-hash"
|
|
1365
|
+
version = "2.1.1"
|
|
1386
1366
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1387
|
-
checksum = "
|
|
1388
|
-
dependencies = [
|
|
1389
|
-
"bitflags",
|
|
1390
|
-
"errno",
|
|
1391
|
-
"libc",
|
|
1392
|
-
"linux-raw-sys",
|
|
1393
|
-
"windows-sys 0.52.0",
|
|
1394
|
-
]
|
|
1367
|
+
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
1395
1368
|
|
|
1396
1369
|
[[package]]
|
|
1397
1370
|
name = "rustls"
|
|
@@ -1400,6 +1373,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1400
1373
|
checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1"
|
|
1401
1374
|
dependencies = [
|
|
1402
1375
|
"once_cell",
|
|
1376
|
+
"ring",
|
|
1403
1377
|
"rustls-pki-types",
|
|
1404
1378
|
"rustls-webpki",
|
|
1405
1379
|
"subtle",
|
|
@@ -1420,6 +1394,9 @@ name = "rustls-pki-types"
|
|
|
1420
1394
|
version = "1.10.0"
|
|
1421
1395
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1422
1396
|
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
|
1397
|
+
dependencies = [
|
|
1398
|
+
"web-time",
|
|
1399
|
+
]
|
|
1423
1400
|
|
|
1424
1401
|
[[package]]
|
|
1425
1402
|
name = "rustls-webpki"
|
|
@@ -1439,36 +1416,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1439
1416
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
1440
1417
|
|
|
1441
1418
|
[[package]]
|
|
1442
|
-
name = "
|
|
1443
|
-
version = "
|
|
1444
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1445
|
-
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
|
1446
|
-
dependencies = [
|
|
1447
|
-
"windows-sys 0.59.0",
|
|
1448
|
-
]
|
|
1449
|
-
|
|
1450
|
-
[[package]]
|
|
1451
|
-
name = "security-framework"
|
|
1452
|
-
version = "2.11.1"
|
|
1453
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1454
|
-
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
1455
|
-
dependencies = [
|
|
1456
|
-
"bitflags",
|
|
1457
|
-
"core-foundation",
|
|
1458
|
-
"core-foundation-sys",
|
|
1459
|
-
"libc",
|
|
1460
|
-
"security-framework-sys",
|
|
1461
|
-
]
|
|
1462
|
-
|
|
1463
|
-
[[package]]
|
|
1464
|
-
name = "security-framework-sys"
|
|
1465
|
-
version = "2.12.1"
|
|
1419
|
+
name = "scopeguard"
|
|
1420
|
+
version = "1.2.0"
|
|
1466
1421
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1467
|
-
checksum = "
|
|
1468
|
-
dependencies = [
|
|
1469
|
-
"core-foundation-sys",
|
|
1470
|
-
"libc",
|
|
1471
|
-
]
|
|
1422
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
1472
1423
|
|
|
1473
1424
|
[[package]]
|
|
1474
1425
|
name = "semver"
|
|
@@ -1762,46 +1713,12 @@ dependencies = [
|
|
|
1762
1713
|
"syn",
|
|
1763
1714
|
]
|
|
1764
1715
|
|
|
1765
|
-
[[package]]
|
|
1766
|
-
name = "system-configuration"
|
|
1767
|
-
version = "0.6.1"
|
|
1768
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1769
|
-
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
|
1770
|
-
dependencies = [
|
|
1771
|
-
"bitflags",
|
|
1772
|
-
"core-foundation",
|
|
1773
|
-
"system-configuration-sys",
|
|
1774
|
-
]
|
|
1775
|
-
|
|
1776
|
-
[[package]]
|
|
1777
|
-
name = "system-configuration-sys"
|
|
1778
|
-
version = "0.6.0"
|
|
1779
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1780
|
-
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
1781
|
-
dependencies = [
|
|
1782
|
-
"core-foundation-sys",
|
|
1783
|
-
"libc",
|
|
1784
|
-
]
|
|
1785
|
-
|
|
1786
1716
|
[[package]]
|
|
1787
1717
|
name = "tap"
|
|
1788
1718
|
version = "1.0.1"
|
|
1789
1719
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1790
1720
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
1791
1721
|
|
|
1792
|
-
[[package]]
|
|
1793
|
-
name = "tempfile"
|
|
1794
|
-
version = "3.14.0"
|
|
1795
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1796
|
-
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
|
|
1797
|
-
dependencies = [
|
|
1798
|
-
"cfg-if",
|
|
1799
|
-
"fastrand",
|
|
1800
|
-
"once_cell",
|
|
1801
|
-
"rustix",
|
|
1802
|
-
"windows-sys 0.59.0",
|
|
1803
|
-
]
|
|
1804
|
-
|
|
1805
1722
|
[[package]]
|
|
1806
1723
|
name = "thiserror"
|
|
1807
1724
|
version = "2.0.3"
|
|
@@ -1851,6 +1768,21 @@ dependencies = [
|
|
|
1851
1768
|
"zerovec",
|
|
1852
1769
|
]
|
|
1853
1770
|
|
|
1771
|
+
[[package]]
|
|
1772
|
+
name = "tinyvec"
|
|
1773
|
+
version = "1.9.0"
|
|
1774
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1775
|
+
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
|
|
1776
|
+
dependencies = [
|
|
1777
|
+
"tinyvec_macros",
|
|
1778
|
+
]
|
|
1779
|
+
|
|
1780
|
+
[[package]]
|
|
1781
|
+
name = "tinyvec_macros"
|
|
1782
|
+
version = "0.1.1"
|
|
1783
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1784
|
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
1785
|
+
|
|
1854
1786
|
[[package]]
|
|
1855
1787
|
name = "tokio"
|
|
1856
1788
|
version = "1.41.1"
|
|
@@ -1878,16 +1810,6 @@ dependencies = [
|
|
|
1878
1810
|
"syn",
|
|
1879
1811
|
]
|
|
1880
1812
|
|
|
1881
|
-
[[package]]
|
|
1882
|
-
name = "tokio-native-tls"
|
|
1883
|
-
version = "0.3.1"
|
|
1884
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1885
|
-
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
1886
|
-
dependencies = [
|
|
1887
|
-
"native-tls",
|
|
1888
|
-
"tokio",
|
|
1889
|
-
]
|
|
1890
|
-
|
|
1891
1813
|
[[package]]
|
|
1892
1814
|
name = "tokio-rustls"
|
|
1893
1815
|
version = "0.26.1"
|
|
@@ -1908,7 +1830,7 @@ dependencies = [
|
|
|
1908
1830
|
"futures-core",
|
|
1909
1831
|
"futures-sink",
|
|
1910
1832
|
"futures-util",
|
|
1911
|
-
"hashbrown
|
|
1833
|
+
"hashbrown",
|
|
1912
1834
|
"pin-project-lite",
|
|
1913
1835
|
"tokio",
|
|
1914
1836
|
]
|
|
@@ -2037,12 +1959,6 @@ dependencies = [
|
|
|
2037
1959
|
"sval_serde",
|
|
2038
1960
|
]
|
|
2039
1961
|
|
|
2040
|
-
[[package]]
|
|
2041
|
-
name = "vcpkg"
|
|
2042
|
-
version = "0.2.15"
|
|
2043
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2044
|
-
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
2045
|
-
|
|
2046
1962
|
[[package]]
|
|
2047
1963
|
name = "want"
|
|
2048
1964
|
version = "0.3.1"
|
|
@@ -2135,6 +2051,20 @@ version = "0.2.97"
|
|
|
2135
2051
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2136
2052
|
checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49"
|
|
2137
2053
|
|
|
2054
|
+
[[package]]
|
|
2055
|
+
name = "wasmtimer"
|
|
2056
|
+
version = "0.4.1"
|
|
2057
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2058
|
+
checksum = "0048ad49a55b9deb3953841fa1fc5858f0efbcb7a18868c899a360269fac1b23"
|
|
2059
|
+
dependencies = [
|
|
2060
|
+
"futures",
|
|
2061
|
+
"js-sys",
|
|
2062
|
+
"parking_lot",
|
|
2063
|
+
"pin-utils",
|
|
2064
|
+
"slab",
|
|
2065
|
+
"wasm-bindgen",
|
|
2066
|
+
]
|
|
2067
|
+
|
|
2138
2068
|
[[package]]
|
|
2139
2069
|
name = "web-sys"
|
|
2140
2070
|
version = "0.3.74"
|
|
@@ -2145,6 +2075,25 @@ dependencies = [
|
|
|
2145
2075
|
"wasm-bindgen",
|
|
2146
2076
|
]
|
|
2147
2077
|
|
|
2078
|
+
[[package]]
|
|
2079
|
+
name = "web-time"
|
|
2080
|
+
version = "1.1.0"
|
|
2081
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2082
|
+
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
2083
|
+
dependencies = [
|
|
2084
|
+
"js-sys",
|
|
2085
|
+
"wasm-bindgen",
|
|
2086
|
+
]
|
|
2087
|
+
|
|
2088
|
+
[[package]]
|
|
2089
|
+
name = "webpki-roots"
|
|
2090
|
+
version = "0.26.8"
|
|
2091
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2092
|
+
checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
|
|
2093
|
+
dependencies = [
|
|
2094
|
+
"rustls-pki-types",
|
|
2095
|
+
]
|
|
2096
|
+
|
|
2148
2097
|
[[package]]
|
|
2149
2098
|
name = "windows-core"
|
|
2150
2099
|
version = "0.52.0"
|
data/ext/eppo_client/Cargo.toml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "eppo_client"
|
|
3
3
|
# TODO: this version and lib/eppo_client/version.rb should be in sync
|
|
4
|
-
version = "3.
|
|
4
|
+
version = "3.5.0"
|
|
5
5
|
edition = "2021"
|
|
6
6
|
license = "MIT"
|
|
7
7
|
publish = false
|
|
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
|
|
|
12
12
|
|
|
13
13
|
[dependencies]
|
|
14
14
|
env_logger = { version = "0.11.3", features = ["unstable-kv"] }
|
|
15
|
-
eppo_core = { version = "=
|
|
15
|
+
eppo_core = { version = "=9.0.0", features = ["magnus", "event_ingestion"] }
|
|
16
16
|
log = { version = "0.4.21", features = ["kv_serde"] }
|
|
17
17
|
magnus = { version = "0.6.4" }
|
|
18
18
|
serde = { version = "1.0.203", features = ["derive"] }
|
data/lib/eppo_client/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eppo-server-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eppo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rb_sys
|