File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949 uses :
actions-rs/[email protected] 5050 with :
5151 crate : cargo-tarpaulin
52- version : 0.13.3
52+ version : 0.14.2
5353 use-tool-cache : true
5454 - name : Checkout
5555 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ path = "src/lib.rs"
2323json_example = [" serde_json" , " serde" ]
2424
2525[dependencies ]
26- bigdecimal = { version = " 0.1.0 " , features = [" serde" ], optional = true }
27- log = " 0.4.5 "
26+ bigdecimal = { version = " 0.1" , features = [" serde" ], optional = true }
27+ log = " 0.4"
2828serde = { version = " 1.0" , features = [" derive" ], optional = true }
2929# serde_json is only used in examples/cli, but we have to put it outside
3030# of dev-dependencies because of
3131# https://github.com/rust-lang/cargo/issues/1596
3232serde_json = { version = " 1.0" , optional = true }
3333
3434[dev-dependencies ]
35- simple_logger = " 1.0.1 "
35+ simple_logger = " 1.6 "
3636matches = " 0.1"
You can’t perform that action at this time.
0 commit comments