File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed
generator/sbpg/targets/resources/rust Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ categories = ["parsing"]
1818keywords = [" encoding" , " parsing" ]
1919
2020[dependencies .sbp ]
21- path = " ../sbp" # TODO: replace with published `sbp` crate version
21+ path = " ../sbp" # TODO: replace with published `sbp` crate version
2222features = [" json" , " float_roundtrip" ]
2323
2424[dependencies ]
@@ -44,9 +44,6 @@ predicates-core = "=1.0.3"
4444serde_json = " 1.0.82"
4545assert-json-diff = " 2.0"
4646
47- [profile .release ]
48- lto = true
49- codegen-units = 1
5047
5148[lib ]
5249name = " converters"
Original file line number Diff line number Diff line change 1313repository = " https://github.com/swift-nav/libsbp"
1414license = " MIT"
1515categories = [" parsing" ]
16- edition = " 2018 "
16+ edition = " 2024 "
1717keywords = [" encoding" , " parsing" ]
1818readme = " ../../README.md"
1919
@@ -29,37 +29,37 @@ link = ["slotmap"]
2929path = " src/lib.rs"
3030
3131[dependencies ]
32- bytes = " 1"
32+ bytes = " 1.10.1 "
3333crc16 = " 0.4"
34- log = " 0.4"
34+ log = " 0.4.28 "
3535
3636[dependencies .swiftnav ]
3737version = " 0.10"
3838optional = true
3939
4040[dependencies .slotmap ]
41- version = " 1"
41+ version = " 1.0.7 "
4242optional = true
4343
4444[dependencies .serde ]
45- version = " 1"
45+ version = " 1.0.228 "
4646features = [" derive" ]
4747optional = true
4848
4949[dependencies .serde_json ]
50- version = " 1"
50+ version = " 1.0.145 "
5151optional = true
5252
5353[dependencies .serde-big-array ]
54- version = " 0.4 "
54+ version = " 0.5.1 "
5555optional = true
5656
5757[dependencies .base64 ]
58- version = " 0.13 "
58+ version = " 0.22.1 "
5959optional = true
6060
6161[dependencies .futures ]
62- version = " 0.3"
62+ version = " 0.3.31 "
6363optional = true
6464
6565[dependencies .dencode ]
You can’t perform that action at this time.
0 commit comments