pybgpkit-parser 0.7.0__tar.gz → 0.18.0__tar.gz
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.
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/CHANGELOG.md +7 -1
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/Cargo.lock +71 -64
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/Cargo.toml +2 -2
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/PKG-INFO +1 -1
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/.github/workflows/release.yml +0 -0
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/.github/workflows/rust.yaml +0 -0
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/.gitignore +0 -0
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/AGENTS.md +0 -0
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/BUILD.md +0 -0
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/LICENSE +0 -0
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/README.md +0 -0
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/benches/parse_bench.rs +0 -0
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/build.rs +0 -0
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/examples/filter_count_print.py +0 -0
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/pyproject.toml +0 -0
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/src/lib.rs +0 -0
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/tests/benchmark.py +0 -0
- {pybgpkit_parser-0.7.0 → pybgpkit_parser-0.18.0}/tests/test_api.py +0 -0
|
@@ -52,9 +52,9 @@ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
|
52
52
|
|
|
53
53
|
[[package]]
|
|
54
54
|
name = "aws-lc-rs"
|
|
55
|
-
version = "1.17.
|
|
55
|
+
version = "1.17.1"
|
|
56
56
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
57
|
-
checksum = "
|
|
57
|
+
checksum = "4342d8937fc7e5dd9b1c60292261c0670c882a2cd1719cfc11b1af41731e32ad"
|
|
58
58
|
dependencies = [
|
|
59
59
|
"aws-lc-sys",
|
|
60
60
|
"zeroize",
|
|
@@ -62,14 +62,15 @@ dependencies = [
|
|
|
62
62
|
|
|
63
63
|
[[package]]
|
|
64
64
|
name = "aws-lc-sys"
|
|
65
|
-
version = "0.
|
|
65
|
+
version = "0.42.0"
|
|
66
66
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
67
|
-
checksum = "
|
|
67
|
+
checksum = "6d9ceb1da931507a12f4fccea479dccd00da1943e1b4ae72d8e502d707361444"
|
|
68
68
|
dependencies = [
|
|
69
69
|
"cc",
|
|
70
70
|
"cmake",
|
|
71
71
|
"dunce",
|
|
72
72
|
"fs_extra",
|
|
73
|
+
"pkg-config",
|
|
73
74
|
]
|
|
74
75
|
|
|
75
76
|
[[package]]
|
|
@@ -80,15 +81,15 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
80
81
|
|
|
81
82
|
[[package]]
|
|
82
83
|
name = "bgpkit-parser"
|
|
83
|
-
version = "0.
|
|
84
|
+
version = "0.18.0"
|
|
84
85
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
85
|
-
checksum = "
|
|
86
|
+
checksum = "69d67aa5093677071e8e702b469dba28f20f47ce703f600357e3f01dbb82f67a"
|
|
86
87
|
dependencies = [
|
|
87
88
|
"bitflags",
|
|
88
89
|
"bytes",
|
|
89
90
|
"chrono",
|
|
90
91
|
"ipnet",
|
|
91
|
-
"itertools 0.
|
|
92
|
+
"itertools 0.15.0",
|
|
92
93
|
"log",
|
|
93
94
|
"num_enum",
|
|
94
95
|
"oneio",
|
|
@@ -114,9 +115,9 @@ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
|
|
|
114
115
|
|
|
115
116
|
[[package]]
|
|
116
117
|
name = "bytes"
|
|
117
|
-
version = "1.
|
|
118
|
+
version = "1.12.0"
|
|
118
119
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
119
|
-
checksum = "
|
|
120
|
+
checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
|
|
120
121
|
|
|
121
122
|
[[package]]
|
|
122
123
|
name = "bzip2"
|
|
@@ -135,9 +136,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
135
136
|
|
|
136
137
|
[[package]]
|
|
137
138
|
name = "cc"
|
|
138
|
-
version = "1.2.
|
|
139
|
+
version = "1.2.65"
|
|
139
140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
140
|
-
checksum = "
|
|
141
|
+
checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
|
|
141
142
|
dependencies = [
|
|
142
143
|
"find-msvc-tools",
|
|
143
144
|
"jobserver",
|
|
@@ -504,9 +505,9 @@ dependencies = [
|
|
|
504
505
|
|
|
505
506
|
[[package]]
|
|
506
507
|
name = "h2"
|
|
507
|
-
version = "0.4.
|
|
508
|
+
version = "0.4.15"
|
|
508
509
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
509
|
-
checksum = "
|
|
510
|
+
checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
|
|
510
511
|
dependencies = [
|
|
511
512
|
"atomic-waker",
|
|
512
513
|
"bytes",
|
|
@@ -815,9 +816,9 @@ dependencies = [
|
|
|
815
816
|
|
|
816
817
|
[[package]]
|
|
817
818
|
name = "itertools"
|
|
818
|
-
version = "0.
|
|
819
|
+
version = "0.15.0"
|
|
819
820
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
820
|
-
checksum = "
|
|
821
|
+
checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc"
|
|
821
822
|
dependencies = [
|
|
822
823
|
"either",
|
|
823
824
|
]
|
|
@@ -840,9 +841,9 @@ dependencies = [
|
|
|
840
841
|
|
|
841
842
|
[[package]]
|
|
842
843
|
name = "js-sys"
|
|
843
|
-
version = "0.3.
|
|
844
|
+
version = "0.3.103"
|
|
844
845
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
845
|
-
checksum = "
|
|
846
|
+
checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
|
|
846
847
|
dependencies = [
|
|
847
848
|
"cfg-if",
|
|
848
849
|
"futures-util",
|
|
@@ -892,9 +893,9 @@ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
|
892
893
|
|
|
893
894
|
[[package]]
|
|
894
895
|
name = "log"
|
|
895
|
-
version = "0.4.
|
|
896
|
+
version = "0.4.33"
|
|
896
897
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
897
|
-
checksum = "
|
|
898
|
+
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
898
899
|
|
|
899
900
|
[[package]]
|
|
900
901
|
name = "lru-slab"
|
|
@@ -904,9 +905,9 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
|
904
905
|
|
|
905
906
|
[[package]]
|
|
906
907
|
name = "memchr"
|
|
907
|
-
version = "2.8.
|
|
908
|
+
version = "2.8.2"
|
|
908
909
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
909
|
-
checksum = "
|
|
910
|
+
checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
|
|
910
911
|
|
|
911
912
|
[[package]]
|
|
912
913
|
name = "mime"
|
|
@@ -1017,6 +1018,12 @@ version = "0.2.17"
|
|
|
1017
1018
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1018
1019
|
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
1019
1020
|
|
|
1021
|
+
[[package]]
|
|
1022
|
+
name = "pkg-config"
|
|
1023
|
+
version = "0.3.33"
|
|
1024
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1025
|
+
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
|
|
1026
|
+
|
|
1020
1027
|
[[package]]
|
|
1021
1028
|
name = "plotters"
|
|
1022
1029
|
version = "0.3.7"
|
|
@@ -1089,7 +1096,7 @@ dependencies = [
|
|
|
1089
1096
|
|
|
1090
1097
|
[[package]]
|
|
1091
1098
|
name = "pybgpkit-parser"
|
|
1092
|
-
version = "0.
|
|
1099
|
+
version = "0.18.0"
|
|
1093
1100
|
dependencies = [
|
|
1094
1101
|
"bgpkit-parser",
|
|
1095
1102
|
"criterion",
|
|
@@ -1159,9 +1166,9 @@ dependencies = [
|
|
|
1159
1166
|
|
|
1160
1167
|
[[package]]
|
|
1161
1168
|
name = "quinn"
|
|
1162
|
-
version = "0.11.
|
|
1169
|
+
version = "0.11.11"
|
|
1163
1170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1164
|
-
checksum = "
|
|
1171
|
+
checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
|
|
1165
1172
|
dependencies = [
|
|
1166
1173
|
"bytes",
|
|
1167
1174
|
"cfg_aliases",
|
|
@@ -1179,9 +1186,9 @@ dependencies = [
|
|
|
1179
1186
|
|
|
1180
1187
|
[[package]]
|
|
1181
1188
|
name = "quinn-proto"
|
|
1182
|
-
version = "0.11.
|
|
1189
|
+
version = "0.11.15"
|
|
1183
1190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1184
|
-
checksum = "
|
|
1191
|
+
checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e"
|
|
1185
1192
|
dependencies = [
|
|
1186
1193
|
"bytes",
|
|
1187
1194
|
"getrandom 0.3.4",
|
|
@@ -1214,9 +1221,9 @@ dependencies = [
|
|
|
1214
1221
|
|
|
1215
1222
|
[[package]]
|
|
1216
1223
|
name = "quote"
|
|
1217
|
-
version = "1.0.
|
|
1224
|
+
version = "1.0.46"
|
|
1218
1225
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1219
|
-
checksum = "
|
|
1226
|
+
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
|
|
1220
1227
|
dependencies = [
|
|
1221
1228
|
"proc-macro2",
|
|
1222
1229
|
]
|
|
@@ -1278,9 +1285,9 @@ dependencies = [
|
|
|
1278
1285
|
|
|
1279
1286
|
[[package]]
|
|
1280
1287
|
name = "regex"
|
|
1281
|
-
version = "1.12.
|
|
1288
|
+
version = "1.12.4"
|
|
1282
1289
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1283
|
-
checksum = "
|
|
1290
|
+
checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
|
|
1284
1291
|
dependencies = [
|
|
1285
1292
|
"aho-corasick",
|
|
1286
1293
|
"memchr",
|
|
@@ -1301,9 +1308,9 @@ dependencies = [
|
|
|
1301
1308
|
|
|
1302
1309
|
[[package]]
|
|
1303
1310
|
name = "regex-syntax"
|
|
1304
|
-
version = "0.8.
|
|
1311
|
+
version = "0.8.11"
|
|
1305
1312
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1306
|
-
checksum = "
|
|
1313
|
+
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
1307
1314
|
|
|
1308
1315
|
[[package]]
|
|
1309
1316
|
name = "reqwest"
|
|
@@ -1373,9 +1380,9 @@ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
|
|
|
1373
1380
|
|
|
1374
1381
|
[[package]]
|
|
1375
1382
|
name = "rustls"
|
|
1376
|
-
version = "0.23.
|
|
1383
|
+
version = "0.23.41"
|
|
1377
1384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1378
|
-
checksum = "
|
|
1385
|
+
checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
|
|
1379
1386
|
dependencies = [
|
|
1380
1387
|
"aws-lc-rs",
|
|
1381
1388
|
"log",
|
|
@@ -1401,9 +1408,9 @@ dependencies = [
|
|
|
1401
1408
|
|
|
1402
1409
|
[[package]]
|
|
1403
1410
|
name = "rustls-pki-types"
|
|
1404
|
-
version = "1.
|
|
1411
|
+
version = "1.15.0"
|
|
1405
1412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1406
|
-
checksum = "
|
|
1413
|
+
checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
|
|
1407
1414
|
dependencies = [
|
|
1408
1415
|
"web-time",
|
|
1409
1416
|
"zeroize",
|
|
@@ -1549,9 +1556,9 @@ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
|
1549
1556
|
|
|
1550
1557
|
[[package]]
|
|
1551
1558
|
name = "smallvec"
|
|
1552
|
-
version = "1.15.
|
|
1559
|
+
version = "1.15.2"
|
|
1553
1560
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1554
|
-
checksum = "
|
|
1561
|
+
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
|
|
1555
1562
|
dependencies = [
|
|
1556
1563
|
"serde",
|
|
1557
1564
|
]
|
|
@@ -1594,9 +1601,9 @@ dependencies = [
|
|
|
1594
1601
|
|
|
1595
1602
|
[[package]]
|
|
1596
1603
|
name = "syn"
|
|
1597
|
-
version = "2.0.
|
|
1604
|
+
version = "2.0.118"
|
|
1598
1605
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1599
|
-
checksum = "
|
|
1606
|
+
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
|
|
1600
1607
|
dependencies = [
|
|
1601
1608
|
"proc-macro2",
|
|
1602
1609
|
"quote",
|
|
@@ -1878,18 +1885,18 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
1878
1885
|
|
|
1879
1886
|
[[package]]
|
|
1880
1887
|
name = "wasip2"
|
|
1881
|
-
version = "1.0.
|
|
1888
|
+
version = "1.0.4+wasi-0.2.12"
|
|
1882
1889
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1883
|
-
checksum = "
|
|
1890
|
+
checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
|
|
1884
1891
|
dependencies = [
|
|
1885
1892
|
"wit-bindgen",
|
|
1886
1893
|
]
|
|
1887
1894
|
|
|
1888
1895
|
[[package]]
|
|
1889
1896
|
name = "wasm-bindgen"
|
|
1890
|
-
version = "0.2.
|
|
1897
|
+
version = "0.2.126"
|
|
1891
1898
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1892
|
-
checksum = "
|
|
1899
|
+
checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
|
|
1893
1900
|
dependencies = [
|
|
1894
1901
|
"cfg-if",
|
|
1895
1902
|
"once_cell",
|
|
@@ -1900,9 +1907,9 @@ dependencies = [
|
|
|
1900
1907
|
|
|
1901
1908
|
[[package]]
|
|
1902
1909
|
name = "wasm-bindgen-futures"
|
|
1903
|
-
version = "0.4.
|
|
1910
|
+
version = "0.4.76"
|
|
1904
1911
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1905
|
-
checksum = "
|
|
1912
|
+
checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
|
|
1906
1913
|
dependencies = [
|
|
1907
1914
|
"js-sys",
|
|
1908
1915
|
"wasm-bindgen",
|
|
@@ -1910,9 +1917,9 @@ dependencies = [
|
|
|
1910
1917
|
|
|
1911
1918
|
[[package]]
|
|
1912
1919
|
name = "wasm-bindgen-macro"
|
|
1913
|
-
version = "0.2.
|
|
1920
|
+
version = "0.2.126"
|
|
1914
1921
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1915
|
-
checksum = "
|
|
1922
|
+
checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
|
|
1916
1923
|
dependencies = [
|
|
1917
1924
|
"quote",
|
|
1918
1925
|
"wasm-bindgen-macro-support",
|
|
@@ -1920,9 +1927,9 @@ dependencies = [
|
|
|
1920
1927
|
|
|
1921
1928
|
[[package]]
|
|
1922
1929
|
name = "wasm-bindgen-macro-support"
|
|
1923
|
-
version = "0.2.
|
|
1930
|
+
version = "0.2.126"
|
|
1924
1931
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1925
|
-
checksum = "
|
|
1932
|
+
checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
|
|
1926
1933
|
dependencies = [
|
|
1927
1934
|
"bumpalo",
|
|
1928
1935
|
"proc-macro2",
|
|
@@ -1933,9 +1940,9 @@ dependencies = [
|
|
|
1933
1940
|
|
|
1934
1941
|
[[package]]
|
|
1935
1942
|
name = "wasm-bindgen-shared"
|
|
1936
|
-
version = "0.2.
|
|
1943
|
+
version = "0.2.126"
|
|
1937
1944
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1938
|
-
checksum = "
|
|
1945
|
+
checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
|
|
1939
1946
|
dependencies = [
|
|
1940
1947
|
"unicode-ident",
|
|
1941
1948
|
]
|
|
@@ -1955,9 +1962,9 @@ dependencies = [
|
|
|
1955
1962
|
|
|
1956
1963
|
[[package]]
|
|
1957
1964
|
name = "web-sys"
|
|
1958
|
-
version = "0.3.
|
|
1965
|
+
version = "0.3.103"
|
|
1959
1966
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1960
|
-
checksum = "
|
|
1967
|
+
checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
|
|
1961
1968
|
dependencies = [
|
|
1962
1969
|
"js-sys",
|
|
1963
1970
|
"wasm-bindgen",
|
|
@@ -1975,9 +1982,9 @@ dependencies = [
|
|
|
1975
1982
|
|
|
1976
1983
|
[[package]]
|
|
1977
1984
|
name = "webpki-roots"
|
|
1978
|
-
version = "1.0.
|
|
1985
|
+
version = "1.0.8"
|
|
1979
1986
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1980
|
-
checksum = "
|
|
1987
|
+
checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
|
|
1981
1988
|
dependencies = [
|
|
1982
1989
|
"rustls-pki-types",
|
|
1983
1990
|
]
|
|
@@ -2252,18 +2259,18 @@ dependencies = [
|
|
|
2252
2259
|
|
|
2253
2260
|
[[package]]
|
|
2254
2261
|
name = "zerocopy"
|
|
2255
|
-
version = "0.8.
|
|
2262
|
+
version = "0.8.52"
|
|
2256
2263
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2257
|
-
checksum = "
|
|
2264
|
+
checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
|
|
2258
2265
|
dependencies = [
|
|
2259
2266
|
"zerocopy-derive",
|
|
2260
2267
|
]
|
|
2261
2268
|
|
|
2262
2269
|
[[package]]
|
|
2263
2270
|
name = "zerocopy-derive"
|
|
2264
|
-
version = "0.8.
|
|
2271
|
+
version = "0.8.52"
|
|
2265
2272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2266
|
-
checksum = "
|
|
2273
|
+
checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
|
|
2267
2274
|
dependencies = [
|
|
2268
2275
|
"proc-macro2",
|
|
2269
2276
|
"quote",
|
|
@@ -2293,9 +2300,9 @@ dependencies = [
|
|
|
2293
2300
|
|
|
2294
2301
|
[[package]]
|
|
2295
2302
|
name = "zeroize"
|
|
2296
|
-
version = "1.
|
|
2303
|
+
version = "1.9.0"
|
|
2297
2304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2298
|
-
checksum = "
|
|
2305
|
+
checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
|
|
2299
2306
|
|
|
2300
2307
|
[[package]]
|
|
2301
2308
|
name = "zerotrie"
|
|
@@ -2332,9 +2339,9 @@ dependencies = [
|
|
|
2332
2339
|
|
|
2333
2340
|
[[package]]
|
|
2334
2341
|
name = "zlib-rs"
|
|
2335
|
-
version = "0.6.
|
|
2342
|
+
version = "0.6.5"
|
|
2336
2343
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2337
|
-
checksum = "
|
|
2344
|
+
checksum = "5431d5661c32445236631278f27946e444ddafe4684cac70b185272d4f9c52d5"
|
|
2338
2345
|
|
|
2339
2346
|
[[package]]
|
|
2340
2347
|
name = "zmij"
|
|
@@ -4,7 +4,7 @@ description = "BGPKIT Parser Python Binding"
|
|
|
4
4
|
keywords = ["bgp", "mrt", "parser"]
|
|
5
5
|
repository = "https://github.com/bgpkit/bgpkit-parser-py"
|
|
6
6
|
documentation = "https://docs.rs/bgpkit-parser-py"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.18.0"
|
|
8
8
|
authors = ["Mingwei Zhang <mingwei@bgpkit.com>"]
|
|
9
9
|
edition = "2021"
|
|
10
10
|
license = "MIT"
|
|
@@ -15,7 +15,7 @@ name = "pybgpkit_parser"
|
|
|
15
15
|
crate-type = ["cdylib", "rlib"]
|
|
16
16
|
|
|
17
17
|
[dependencies]
|
|
18
|
-
bgpkit-parser = "0.
|
|
18
|
+
bgpkit-parser = "0.18.0"
|
|
19
19
|
pyo3 = { version = "0.28", features = ["extension-module", "abi3-py39"] }
|
|
20
20
|
serde = { version = "1.0", features = ["derive"] }
|
|
21
21
|
serde_json = "1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|