1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Bump configure_me_codegen from 0.4.6 to 0.4.8 (#1081)

Bumps [configure_me_codegen](https://github.com/Kixunil/configure_me) from 0.4.6 to 0.4.8.
- [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:
dependabot[bot] 2024-09-25 17:25:44 +03:00 committed by GitHub
parent 875fb61951
commit e47477fcb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -276,9 +276,9 @@ dependencies = [
[[package]]
name = "configure_me_codegen"
version = "0.4.6"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d47e3f1ae619b1b7df4ed20a820a44c053e0b421e6d52f69d07320408568aab5"
checksum = "5e56840275667a19b0e8ab80219c81fb0bd924e567366d9f12aa385fb45511ea"
dependencies = [
"cargo_toml",
"fmt2io",

View File

@ -48,7 +48,7 @@ default-features = false
features = ["zstd", "snappy"]
[build-dependencies]
configure_me_codegen = { version = "0.4.6", default-features = false }
configure_me_codegen = { version = "0.4.8", default-features = false }
[dev-dependencies]
bitcoin-test-data = "0.2.0"