mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-29 15:03:55 +03:00
Bump rust_decimal from 1.16.0 to 1.17.0
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Commits](https://github.com/paupino/rust-decimal/commits) --- updated-dependencies: - dependency-name: rust_decimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b44890ba90
commit
4b419c6ab4
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -639,9 +639,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rust_decimal"
|
||||
version = "1.16.0"
|
||||
version = "1.17.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e0f1028de22e436bb35fce070310ee57d57b5e59ae77b4e3f24ce4773312b813"
|
||||
checksum = "353775f96a1f400edcca737f843cb201af3645912e741e64456a257c770173e8"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"num-traits",
|
||||
|
@ -19,7 +19,7 @@ atty = "0.2"
|
||||
csv = "1.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
rust_decimal = "1.16"
|
||||
rust_decimal = "1.17"
|
||||
rand = "0.8"
|
||||
shell-words = "1.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user