smbcloud-auth 0.4.2 → 0.4.3
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 +78 -73
- data/ext/auth/Cargo.toml +1 -1
- data/lib/auth/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: 58cbc058408d0674d3579ceea9b63da823b8df0dce435c036cbaaf9e8de6676e
|
|
4
|
+
data.tar.gz: ec93bf6da5430969d2b5767976a55157229f837da47cf51e9253d90ae352ca21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c90ae85abbb8309ed8f026f8aace5dda563582fede064cd3a51517e1865dae702334bea95f3950ff064ff1268d8e72e988da913e3f0d2a4bccaa5fcae99637b
|
|
7
|
+
data.tar.gz: 66eb16d8441baa225d50e68bed4864464608c32895c196ea54517e9520f141ddc54483531f08e5d998e245547b5d6b133198dafb4b3d78c750f1879dc775c287
|
data/Cargo.lock
CHANGED
|
@@ -104,7 +104,7 @@ dependencies = [
|
|
|
104
104
|
|
|
105
105
|
[[package]]
|
|
106
106
|
name = "auth"
|
|
107
|
-
version = "0.4.
|
|
107
|
+
version = "0.4.3"
|
|
108
108
|
dependencies = [
|
|
109
109
|
"magnus",
|
|
110
110
|
"serde",
|
|
@@ -133,7 +133,7 @@ version = "0.72.1"
|
|
|
133
133
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
134
134
|
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
|
135
135
|
dependencies = [
|
|
136
|
-
"bitflags 2.
|
|
136
|
+
"bitflags 2.13.0",
|
|
137
137
|
"cexpr",
|
|
138
138
|
"clang-sys",
|
|
139
139
|
"itertools",
|
|
@@ -141,7 +141,7 @@ dependencies = [
|
|
|
141
141
|
"quote",
|
|
142
142
|
"regex",
|
|
143
143
|
"rustc-hash",
|
|
144
|
-
"shlex",
|
|
144
|
+
"shlex 1.3.0",
|
|
145
145
|
"syn 2.0.117",
|
|
146
146
|
]
|
|
147
147
|
|
|
@@ -153,9 +153,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
153
153
|
|
|
154
154
|
[[package]]
|
|
155
155
|
name = "bitflags"
|
|
156
|
-
version = "2.
|
|
156
|
+
version = "2.13.0"
|
|
157
157
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
158
|
-
checksum = "
|
|
158
|
+
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
|
|
159
159
|
|
|
160
160
|
[[package]]
|
|
161
161
|
name = "block-buffer"
|
|
@@ -180,12 +180,12 @@ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
|
180
180
|
|
|
181
181
|
[[package]]
|
|
182
182
|
name = "cc"
|
|
183
|
-
version = "1.2.
|
|
183
|
+
version = "1.2.64"
|
|
184
184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
185
|
-
checksum = "
|
|
185
|
+
checksum = "dad887fd958be91b5098c0248def011f4523ab786cd411be668777e55063501f"
|
|
186
186
|
dependencies = [
|
|
187
187
|
"find-msvc-tools",
|
|
188
|
-
"shlex",
|
|
188
|
+
"shlex 2.0.1",
|
|
189
189
|
]
|
|
190
190
|
|
|
191
191
|
[[package]]
|
|
@@ -211,9 +211,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
211
211
|
|
|
212
212
|
[[package]]
|
|
213
213
|
name = "chrono"
|
|
214
|
-
version = "0.4.
|
|
214
|
+
version = "0.4.45"
|
|
215
215
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
216
|
-
checksum = "
|
|
216
|
+
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
|
|
217
217
|
dependencies = [
|
|
218
218
|
"iana-time-zone",
|
|
219
219
|
"js-sys",
|
|
@@ -351,9 +351,9 @@ dependencies = [
|
|
|
351
351
|
|
|
352
352
|
[[package]]
|
|
353
353
|
name = "displaydoc"
|
|
354
|
-
version = "0.2.
|
|
354
|
+
version = "0.2.6"
|
|
355
355
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
356
|
-
checksum = "
|
|
356
|
+
checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
|
|
357
357
|
dependencies = [
|
|
358
358
|
"proc-macro2",
|
|
359
359
|
"quote",
|
|
@@ -542,9 +542,9 @@ dependencies = [
|
|
|
542
542
|
|
|
543
543
|
[[package]]
|
|
544
544
|
name = "http"
|
|
545
|
-
version = "1.4.
|
|
545
|
+
version = "1.4.2"
|
|
546
546
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
547
|
-
checksum = "
|
|
547
|
+
checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
|
|
548
548
|
dependencies = [
|
|
549
549
|
"bytes",
|
|
550
550
|
"itoa",
|
|
@@ -581,9 +581,9 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
581
581
|
|
|
582
582
|
[[package]]
|
|
583
583
|
name = "hyper"
|
|
584
|
-
version = "1.
|
|
584
|
+
version = "1.10.1"
|
|
585
585
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
586
|
-
checksum = "
|
|
586
|
+
checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
|
|
587
587
|
dependencies = [
|
|
588
588
|
"atomic-waker",
|
|
589
589
|
"bytes",
|
|
@@ -812,13 +812,12 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
|
812
812
|
|
|
813
813
|
[[package]]
|
|
814
814
|
name = "js-sys"
|
|
815
|
-
version = "0.3.
|
|
815
|
+
version = "0.3.100"
|
|
816
816
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
817
|
-
checksum = "
|
|
817
|
+
checksum = "f2025f20d7a4fa7785846e7b63d10a76d3f1cee98ee5cb79ea59703f95e42162"
|
|
818
818
|
dependencies = [
|
|
819
819
|
"cfg-if",
|
|
820
820
|
"futures-util",
|
|
821
|
-
"once_cell",
|
|
822
821
|
"wasm-bindgen",
|
|
823
822
|
]
|
|
824
823
|
|
|
@@ -858,9 +857,9 @@ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
|
858
857
|
|
|
859
858
|
[[package]]
|
|
860
859
|
name = "log"
|
|
861
|
-
version = "0.4.
|
|
860
|
+
version = "0.4.32"
|
|
862
861
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
863
|
-
checksum = "
|
|
862
|
+
checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"
|
|
864
863
|
|
|
865
864
|
[[package]]
|
|
866
865
|
name = "loom"
|
|
@@ -923,9 +922,9 @@ dependencies = [
|
|
|
923
922
|
|
|
924
923
|
[[package]]
|
|
925
924
|
name = "memchr"
|
|
926
|
-
version = "2.8.
|
|
925
|
+
version = "2.8.2"
|
|
927
926
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
928
|
-
checksum = "
|
|
927
|
+
checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
|
|
929
928
|
|
|
930
929
|
[[package]]
|
|
931
930
|
name = "minimal-lexical"
|
|
@@ -935,9 +934,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
935
934
|
|
|
936
935
|
[[package]]
|
|
937
936
|
name = "mio"
|
|
938
|
-
version = "1.2.
|
|
937
|
+
version = "1.2.1"
|
|
939
938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
940
|
-
checksum = "
|
|
939
|
+
checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
|
|
941
940
|
dependencies = [
|
|
942
941
|
"libc",
|
|
943
942
|
"wasi",
|
|
@@ -1200,9 +1199,9 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
|
1200
1199
|
|
|
1201
1200
|
[[package]]
|
|
1202
1201
|
name = "regex"
|
|
1203
|
-
version = "1.12.
|
|
1202
|
+
version = "1.12.4"
|
|
1204
1203
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1205
|
-
checksum = "
|
|
1204
|
+
checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
|
|
1206
1205
|
dependencies = [
|
|
1207
1206
|
"aho-corasick",
|
|
1208
1207
|
"memchr",
|
|
@@ -1223,9 +1222,9 @@ dependencies = [
|
|
|
1223
1222
|
|
|
1224
1223
|
[[package]]
|
|
1225
1224
|
name = "regex-syntax"
|
|
1226
|
-
version = "0.8.
|
|
1225
|
+
version = "0.8.11"
|
|
1227
1226
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1228
|
-
checksum = "
|
|
1227
|
+
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
1229
1228
|
|
|
1230
1229
|
[[package]]
|
|
1231
1230
|
name = "reqwest"
|
|
@@ -1301,9 +1300,9 @@ dependencies = [
|
|
|
1301
1300
|
|
|
1302
1301
|
[[package]]
|
|
1303
1302
|
name = "rustls-native-certs"
|
|
1304
|
-
version = "0.8.
|
|
1303
|
+
version = "0.8.4"
|
|
1305
1304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1306
|
-
checksum = "
|
|
1305
|
+
checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
|
|
1307
1306
|
dependencies = [
|
|
1308
1307
|
"openssl-probe",
|
|
1309
1308
|
"rustls-pki-types",
|
|
@@ -1374,7 +1373,7 @@ version = "3.7.0"
|
|
|
1374
1373
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1375
1374
|
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
1376
1375
|
dependencies = [
|
|
1377
|
-
"bitflags 2.
|
|
1376
|
+
"bitflags 2.13.0",
|
|
1378
1377
|
"core-foundation",
|
|
1379
1378
|
"core-foundation-sys",
|
|
1380
1379
|
"libc",
|
|
@@ -1501,6 +1500,12 @@ version = "1.3.0"
|
|
|
1501
1500
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1502
1501
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
1503
1502
|
|
|
1503
|
+
[[package]]
|
|
1504
|
+
name = "shlex"
|
|
1505
|
+
version = "2.0.1"
|
|
1506
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1507
|
+
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
|
1508
|
+
|
|
1504
1509
|
[[package]]
|
|
1505
1510
|
name = "slab"
|
|
1506
1511
|
version = "0.4.12"
|
|
@@ -1509,15 +1514,15 @@ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
|
1509
1514
|
|
|
1510
1515
|
[[package]]
|
|
1511
1516
|
name = "smallvec"
|
|
1512
|
-
version = "1.15.
|
|
1517
|
+
version = "1.15.2"
|
|
1513
1518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1514
|
-
checksum = "
|
|
1519
|
+
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
|
|
1515
1520
|
|
|
1516
1521
|
[[package]]
|
|
1517
1522
|
name = "smbcloud-auth-sdk"
|
|
1518
|
-
version = "0.4.
|
|
1523
|
+
version = "0.4.2"
|
|
1519
1524
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1520
|
-
checksum = "
|
|
1525
|
+
checksum = "b1c1fa0785ddfb2602f524e49b03d02ab66f35ee5ab9d5da25541283b63af63f"
|
|
1521
1526
|
dependencies = [
|
|
1522
1527
|
"base64",
|
|
1523
1528
|
"reqwest",
|
|
@@ -1532,9 +1537,9 @@ dependencies = [
|
|
|
1532
1537
|
|
|
1533
1538
|
[[package]]
|
|
1534
1539
|
name = "smbcloud-model"
|
|
1535
|
-
version = "0.4.
|
|
1540
|
+
version = "0.4.2"
|
|
1536
1541
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1537
|
-
checksum = "
|
|
1542
|
+
checksum = "7dadd0183d4959fccc01435846936d8ba6ea5987805e2a32e21e233383808924"
|
|
1538
1543
|
dependencies = [
|
|
1539
1544
|
"chrono",
|
|
1540
1545
|
"log",
|
|
@@ -1550,9 +1555,9 @@ dependencies = [
|
|
|
1550
1555
|
|
|
1551
1556
|
[[package]]
|
|
1552
1557
|
name = "smbcloud-network"
|
|
1553
|
-
version = "0.4.
|
|
1558
|
+
version = "0.4.2"
|
|
1554
1559
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1555
|
-
checksum = "
|
|
1560
|
+
checksum = "813a95c43b1151c055fdb3a57c1a95f92b5d1a452878a87921b2fbca54eaece4"
|
|
1556
1561
|
dependencies = [
|
|
1557
1562
|
"clap 4.6.1",
|
|
1558
1563
|
"log",
|
|
@@ -1565,9 +1570,9 @@ dependencies = [
|
|
|
1565
1570
|
|
|
1566
1571
|
[[package]]
|
|
1567
1572
|
name = "socket2"
|
|
1568
|
-
version = "0.6.
|
|
1573
|
+
version = "0.6.4"
|
|
1569
1574
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1570
|
-
checksum = "
|
|
1575
|
+
checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
|
|
1571
1576
|
dependencies = [
|
|
1572
1577
|
"libc",
|
|
1573
1578
|
"windows-sys 0.61.2",
|
|
@@ -1831,7 +1836,7 @@ version = "0.6.11"
|
|
|
1831
1836
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1832
1837
|
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
|
|
1833
1838
|
dependencies = [
|
|
1834
|
-
"bitflags 2.
|
|
1839
|
+
"bitflags 2.13.0",
|
|
1835
1840
|
"bytes",
|
|
1836
1841
|
"futures-util",
|
|
1837
1842
|
"http",
|
|
@@ -1946,9 +1951,9 @@ checksum = "8acc9e35a3072d9ea375093f321b3738ea3ac4fdebc18d2789b01581e5c2e4ae"
|
|
|
1946
1951
|
|
|
1947
1952
|
[[package]]
|
|
1948
1953
|
name = "typenum"
|
|
1949
|
-
version = "1.20.
|
|
1954
|
+
version = "1.20.1"
|
|
1950
1955
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1951
|
-
checksum = "
|
|
1956
|
+
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
|
|
1952
1957
|
|
|
1953
1958
|
[[package]]
|
|
1954
1959
|
name = "unicode-ident"
|
|
@@ -1958,9 +1963,9 @@ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
|
1958
1963
|
|
|
1959
1964
|
[[package]]
|
|
1960
1965
|
name = "unicode-segmentation"
|
|
1961
|
-
version = "1.13.
|
|
1966
|
+
version = "1.13.3"
|
|
1962
1967
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1963
|
-
checksum = "
|
|
1968
|
+
checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
|
|
1964
1969
|
|
|
1965
1970
|
[[package]]
|
|
1966
1971
|
name = "unicode-width"
|
|
@@ -2012,9 +2017,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
2012
2017
|
|
|
2013
2018
|
[[package]]
|
|
2014
2019
|
name = "uuid"
|
|
2015
|
-
version = "1.23.
|
|
2020
|
+
version = "1.23.3"
|
|
2016
2021
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2017
|
-
checksum = "
|
|
2022
|
+
checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7"
|
|
2018
2023
|
dependencies = [
|
|
2019
2024
|
"getrandom 0.4.2",
|
|
2020
2025
|
"js-sys",
|
|
@@ -2066,9 +2071,9 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
2066
2071
|
|
|
2067
2072
|
[[package]]
|
|
2068
2073
|
name = "wasip2"
|
|
2069
|
-
version = "1.0.
|
|
2074
|
+
version = "1.0.4+wasi-0.2.12"
|
|
2070
2075
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2071
|
-
checksum = "
|
|
2076
|
+
checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
|
|
2072
2077
|
dependencies = [
|
|
2073
2078
|
"wit-bindgen 0.57.1",
|
|
2074
2079
|
]
|
|
@@ -2084,9 +2089,9 @@ dependencies = [
|
|
|
2084
2089
|
|
|
2085
2090
|
[[package]]
|
|
2086
2091
|
name = "wasm-bindgen"
|
|
2087
|
-
version = "0.2.
|
|
2092
|
+
version = "0.2.123"
|
|
2088
2093
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2089
|
-
checksum = "
|
|
2094
|
+
checksum = "a254a4b10c19a76f09a27640e7ffbf9bc30bf67e16a3bf28aaefa4920fe81563"
|
|
2090
2095
|
dependencies = [
|
|
2091
2096
|
"cfg-if",
|
|
2092
2097
|
"once_cell",
|
|
@@ -2097,9 +2102,9 @@ dependencies = [
|
|
|
2097
2102
|
|
|
2098
2103
|
[[package]]
|
|
2099
2104
|
name = "wasm-bindgen-futures"
|
|
2100
|
-
version = "0.4.
|
|
2105
|
+
version = "0.4.73"
|
|
2101
2106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2102
|
-
checksum = "
|
|
2107
|
+
checksum = "54568702fabf5d4849ce2b90fadfa64168a097eaf4b351ce9df8b687a0086aaf"
|
|
2103
2108
|
dependencies = [
|
|
2104
2109
|
"js-sys",
|
|
2105
2110
|
"wasm-bindgen",
|
|
@@ -2107,9 +2112,9 @@ dependencies = [
|
|
|
2107
2112
|
|
|
2108
2113
|
[[package]]
|
|
2109
2114
|
name = "wasm-bindgen-macro"
|
|
2110
|
-
version = "0.2.
|
|
2115
|
+
version = "0.2.123"
|
|
2111
2116
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2112
|
-
checksum = "
|
|
2117
|
+
checksum = "24a40fc75b0ec6f3746ceb10d36f53a93dcd68a93b11b6445983945d79eba0dc"
|
|
2113
2118
|
dependencies = [
|
|
2114
2119
|
"quote",
|
|
2115
2120
|
"wasm-bindgen-macro-support",
|
|
@@ -2117,9 +2122,9 @@ dependencies = [
|
|
|
2117
2122
|
|
|
2118
2123
|
[[package]]
|
|
2119
2124
|
name = "wasm-bindgen-macro-support"
|
|
2120
|
-
version = "0.2.
|
|
2125
|
+
version = "0.2.123"
|
|
2121
2126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2122
|
-
checksum = "
|
|
2127
|
+
checksum = "908f34bd9b9ce3d4caf07b72dfab63d61504d156856c6bd3cd87fa350cf3985b"
|
|
2123
2128
|
dependencies = [
|
|
2124
2129
|
"bumpalo",
|
|
2125
2130
|
"proc-macro2",
|
|
@@ -2130,9 +2135,9 @@ dependencies = [
|
|
|
2130
2135
|
|
|
2131
2136
|
[[package]]
|
|
2132
2137
|
name = "wasm-bindgen-shared"
|
|
2133
|
-
version = "0.2.
|
|
2138
|
+
version = "0.2.123"
|
|
2134
2139
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2135
|
-
checksum = "
|
|
2140
|
+
checksum = "7acbf7616c27b194bbb550bf77ed0c2c3e5b7fd1260a93082b95fb7f47959b92"
|
|
2136
2141
|
dependencies = [
|
|
2137
2142
|
"unicode-ident",
|
|
2138
2143
|
]
|
|
@@ -2165,7 +2170,7 @@ version = "0.244.0"
|
|
|
2165
2170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2166
2171
|
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
2167
2172
|
dependencies = [
|
|
2168
|
-
"bitflags 2.
|
|
2173
|
+
"bitflags 2.13.0",
|
|
2169
2174
|
"hashbrown 0.15.5",
|
|
2170
2175
|
"indexmap",
|
|
2171
2176
|
"semver",
|
|
@@ -2173,9 +2178,9 @@ dependencies = [
|
|
|
2173
2178
|
|
|
2174
2179
|
[[package]]
|
|
2175
2180
|
name = "web-sys"
|
|
2176
|
-
version = "0.3.
|
|
2181
|
+
version = "0.3.100"
|
|
2177
2182
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2178
|
-
checksum = "
|
|
2183
|
+
checksum = "6e0871acf327f283dc6da28a1696cdc64fb355ba9f935d052021fa77f35cce69"
|
|
2179
2184
|
dependencies = [
|
|
2180
2185
|
"js-sys",
|
|
2181
2186
|
"wasm-bindgen",
|
|
@@ -2567,7 +2572,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2567
2572
|
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
2568
2573
|
dependencies = [
|
|
2569
2574
|
"anyhow",
|
|
2570
|
-
"bitflags 2.
|
|
2575
|
+
"bitflags 2.13.0",
|
|
2571
2576
|
"indexmap",
|
|
2572
2577
|
"log",
|
|
2573
2578
|
"serde",
|
|
@@ -2605,9 +2610,9 @@ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
|
|
|
2605
2610
|
|
|
2606
2611
|
[[package]]
|
|
2607
2612
|
name = "yoke"
|
|
2608
|
-
version = "0.8.
|
|
2613
|
+
version = "0.8.3"
|
|
2609
2614
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2610
|
-
checksum = "
|
|
2615
|
+
checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
|
|
2611
2616
|
dependencies = [
|
|
2612
2617
|
"stable_deref_trait",
|
|
2613
2618
|
"yoke-derive",
|
|
@@ -2628,18 +2633,18 @@ dependencies = [
|
|
|
2628
2633
|
|
|
2629
2634
|
[[package]]
|
|
2630
2635
|
name = "zerocopy"
|
|
2631
|
-
version = "0.8.
|
|
2636
|
+
version = "0.8.52"
|
|
2632
2637
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2633
|
-
checksum = "
|
|
2638
|
+
checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
|
|
2634
2639
|
dependencies = [
|
|
2635
2640
|
"zerocopy-derive",
|
|
2636
2641
|
]
|
|
2637
2642
|
|
|
2638
2643
|
[[package]]
|
|
2639
2644
|
name = "zerocopy-derive"
|
|
2640
|
-
version = "0.8.
|
|
2645
|
+
version = "0.8.52"
|
|
2641
2646
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2642
|
-
checksum = "
|
|
2647
|
+
checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
|
|
2643
2648
|
dependencies = [
|
|
2644
2649
|
"proc-macro2",
|
|
2645
2650
|
"quote",
|
|
@@ -2669,9 +2674,9 @@ dependencies = [
|
|
|
2669
2674
|
|
|
2670
2675
|
[[package]]
|
|
2671
2676
|
name = "zeroize"
|
|
2672
|
-
version = "1.
|
|
2677
|
+
version = "1.9.0"
|
|
2673
2678
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2674
|
-
checksum = "
|
|
2679
|
+
checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
|
|
2675
2680
|
|
|
2676
2681
|
[[package]]
|
|
2677
2682
|
name = "zerotrie"
|
data/ext/auth/Cargo.toml
CHANGED
data/lib/auth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smbcloud-auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seto Elkahfi
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-06-12 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: json
|