mirror of
https://github.com/nushell/nushell.git
synced 2025-05-08 20:14:26 +02:00
build(deps): bump quickcheck_macros from 1.0.0 to 1.1.0
Bumps [quickcheck_macros](https://github.com/BurntSushi/quickcheck) from 1.0.0 to 1.1.0. - [Commits](https://github.com/BurntSushi/quickcheck/compare/quickcheck_macros-1.0.0...quickcheck_macros-1.1.0) --- updated-dependencies: - dependency-name: quickcheck_macros dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ff8831318d
commit
ccf70e07f5
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -5649,13 +5649,13 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quickcheck_macros"
|
name = "quickcheck_macros"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9"
|
checksum = "f71ee38b42f8459a88d3362be6f9b841ad2d5421844f61eb1c59c11bff3ac14a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 1.0.109",
|
"syn 2.0.90",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -133,7 +133,7 @@ procfs = "0.17.0"
|
|||||||
pwd = "1.3"
|
pwd = "1.3"
|
||||||
quick-xml = "0.37.0"
|
quick-xml = "0.37.0"
|
||||||
quickcheck = "1.0"
|
quickcheck = "1.0"
|
||||||
quickcheck_macros = "1.0"
|
quickcheck_macros = "1.1"
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
rand = "0.9"
|
rand = "0.9"
|
||||||
getrandom = "0.2" # pick same version that rand requires
|
getrandom = "0.2" # pick same version that rand requires
|
||||||
|
Loading…
Reference in New Issue
Block a user