mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Bump configure_me_codegen from 0.4.5 to 0.4.6 (#1078)
Bumps [configure_me_codegen](https://github.com/Kixunil/configure_me) from 0.4.5 to 0.4.6. - [Commits](https://github.com/Kixunil/configure_me/commits) --- updated-dependencies: - dependency-name: configure_me_codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9cdb4b90d5
commit
875fb61951
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -276,9 +276,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "configure_me_codegen"
|
name = "configure_me_codegen"
|
||||||
version = "0.4.5"
|
version = "0.4.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2878e3458451e60138a59b3e19ffd00ae7df709a05aaac6aff3e87610ed3ea54"
|
checksum = "d47e3f1ae619b1b7df4ed20a820a44c053e0b421e6d52f69d07320408568aab5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cargo_toml",
|
"cargo_toml",
|
||||||
"fmt2io",
|
"fmt2io",
|
||||||
@ -470,9 +470,9 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fmt2io"
|
name = "fmt2io"
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c9db8691f0820ad11ce6eb94057d0dd9c456500da04da0c12a85c90d6f979cc9"
|
checksum = "6b6129284da9f7e5296cc22183a63f24300e945e297705dcc0672f7df01d62c8"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fnv"
|
name = "fnv"
|
||||||
|
@ -48,7 +48,7 @@ default-features = false
|
|||||||
features = ["zstd", "snappy"]
|
features = ["zstd", "snappy"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
configure_me_codegen = { version = "0.4.4", default-features = false }
|
configure_me_codegen = { version = "0.4.6", default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
bitcoin-test-data = "0.2.0"
|
bitcoin-test-data = "0.2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user