build(deps): bump the prod group with 8 updates (#8743)
* build(deps): bump the prod group with 8 updates Bumps the prod group with 8 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.11` | `4.5.13` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.2.6` | `2.3.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.16` | `0.8.19` | | [inferno](https://github.com/jonhoo/inferno) | `0.11.20` | `0.11.21` | | [bytes](https://github.com/tokio-rs/bytes) | `1.6.1` | `1.7.1` | | [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.10.6` | | [serde_json](https://github.com/serde-rs/json) | `1.0.121` | `1.0.122` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.10.1` | `3.11.0` | Updates `clap` from 4.5.11 to 4.5.13 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.11...v4.5.13) Updates `indexmap` from 2.2.6 to 2.3.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.6...2.3.0) Updates `toml` from 0.8.16 to 0.8.19 - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.16...toml-v0.8.19) Updates `inferno` from 0.11.20 to 0.11.21 - [Changelog](https://github.com/jonhoo/inferno/blob/main/CHANGELOG.md) - [Commits](https://github.com/jonhoo/inferno/compare/v0.11.20...v0.11.21) Updates `bytes` from 1.6.1 to 1.7.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.6.1...v1.7.1) Updates `regex` from 1.10.5 to 1.10.6 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.10.5...1.10.6) Updates `serde_json` from 1.0.121 to 1.0.122 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.121...v1.0.122) Updates `tempfile` from 3.10.1 to 3.11.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.10.1...v3.11.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: inferno dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod ... Signed-off-by: dependabot[bot] <support@github.com> * cargo vet --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com> Co-authored-by: Pili Guerra <mpguerra@users.noreply.github.com>
This commit is contained in:
parent
f1fb062f32
commit
702ae54065
99
Cargo.lock
99
Cargo.lock
|
@ -12,7 +12,7 @@ dependencies = [
|
|||
"arc-swap",
|
||||
"backtrace",
|
||||
"canonical-path",
|
||||
"clap 4.5.11",
|
||||
"clap 4.5.13",
|
||||
"color-eyre",
|
||||
"fs-err",
|
||||
"once_cell",
|
||||
|
@ -590,9 +590,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|||
|
||||
[[package]]
|
||||
name = "bytes"
|
||||
version = "1.6.1"
|
||||
version = "1.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
|
||||
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
|
||||
|
||||
[[package]]
|
||||
name = "bzip2-sys"
|
||||
|
@ -793,9 +793,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.5.11"
|
||||
version = "4.5.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3"
|
||||
checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive",
|
||||
|
@ -803,9 +803,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.5.11"
|
||||
version = "4.5.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa"
|
||||
checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
|
@ -815,9 +815,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_derive"
|
||||
version = "4.5.11"
|
||||
version = "4.5.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5d029b67f89d30bbb547c89fd5161293c0aec155fc691d7924b64550662db93e"
|
||||
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
|
||||
dependencies = [
|
||||
"heck 0.5.0",
|
||||
"proc-macro2",
|
||||
|
@ -972,7 +972,7 @@ dependencies = [
|
|||
"anes",
|
||||
"cast",
|
||||
"ciborium",
|
||||
"clap 4.5.11",
|
||||
"clap 4.5.13",
|
||||
"criterion-plot",
|
||||
"is-terminal",
|
||||
"itertools 0.10.5",
|
||||
|
@ -1640,7 +1640,7 @@ dependencies = [
|
|||
"futures-sink",
|
||||
"futures-util",
|
||||
"http 0.2.12",
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
"slab",
|
||||
"tokio",
|
||||
"tokio-util 0.7.11",
|
||||
|
@ -1659,7 +1659,7 @@ dependencies = [
|
|||
"futures-core",
|
||||
"futures-sink",
|
||||
"http 1.1.0",
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
"slab",
|
||||
"tokio",
|
||||
"tokio-util 0.7.11",
|
||||
|
@ -2112,9 +2112,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "indexmap"
|
||||
version = "2.2.6"
|
||||
version = "2.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
||||
checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0"
|
||||
dependencies = [
|
||||
"equivalent",
|
||||
"hashbrown 0.14.5",
|
||||
|
@ -2136,9 +2136,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "inferno"
|
||||
version = "0.11.20"
|
||||
version = "0.11.21"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7c77a3ae7d4761b9c64d2c030f70746ceb8cfba32dce0325a56792e0a4816c31"
|
||||
checksum = "232929e1d75fe899576a3d5c7416ad0d88dbfbb3c3d6aa00873a7408a50ddb88"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"is-terminal",
|
||||
|
@ -2544,7 +2544,7 @@ dependencies = [
|
|||
"http-body-util",
|
||||
"hyper 1.4.1",
|
||||
"hyper-util",
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
"ipnet",
|
||||
"metrics",
|
||||
"metrics-util",
|
||||
|
@ -3009,7 +3009,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
||||
dependencies = [
|
||||
"fixedbitset",
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3565,9 +3565,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.10.5"
|
||||
version = "1.10.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
||||
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
@ -4059,11 +4059,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.121"
|
||||
version = "1.0.122"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
|
||||
checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da"
|
||||
dependencies = [
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
"itoa",
|
||||
"memchr",
|
||||
"ryu",
|
||||
|
@ -4111,7 +4111,7 @@ dependencies = [
|
|||
"chrono",
|
||||
"hex",
|
||||
"indexmap 1.9.3",
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
|
@ -4149,7 +4149,7 @@ version = "0.9.34+deprecated"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
||||
dependencies = [
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
"itoa",
|
||||
"ryu",
|
||||
"serde",
|
||||
|
@ -4431,12 +4431,13 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.10.1"
|
||||
version = "3.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
||||
checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"fastrand",
|
||||
"once_cell",
|
||||
"rustix",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
@ -4664,21 +4665,21 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "toml"
|
||||
version = "0.8.16"
|
||||
version = "0.8.19"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "81967dd0dd2c1ab0bc3468bd7caecc32b8a4aa47d0c8c695d8c2b2108168d62c"
|
||||
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_spanned",
|
||||
"toml_datetime",
|
||||
"toml_edit 0.22.17",
|
||||
"toml_edit 0.22.20",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "toml_datetime"
|
||||
version = "0.6.7"
|
||||
version = "0.6.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f8fb9f64314842840f1d940ac544da178732128f1c78c21772e876579e0da1db"
|
||||
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
@ -4689,22 +4690,22 @@ version = "0.21.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
|
||||
dependencies = [
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
"toml_datetime",
|
||||
"winnow 0.5.40",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "toml_edit"
|
||||
version = "0.22.17"
|
||||
version = "0.22.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8d9f8729f5aea9562aac1cc0441f5d6de3cff1ee0c5d67293eeca5eb36ee7c16"
|
||||
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
|
||||
dependencies = [
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
"serde",
|
||||
"serde_spanned",
|
||||
"toml_datetime",
|
||||
"winnow 0.6.13",
|
||||
"winnow 0.6.18",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -5599,9 +5600,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "winnow"
|
||||
version = "0.6.13"
|
||||
version = "0.6.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
|
||||
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
@ -5990,7 +5991,7 @@ dependencies = [
|
|||
"hex",
|
||||
"howudoin",
|
||||
"humantime-serde",
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
"itertools 0.13.0",
|
||||
"lazy_static",
|
||||
"metrics",
|
||||
|
@ -6009,7 +6010,7 @@ dependencies = [
|
|||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-util 0.7.11",
|
||||
"toml 0.8.16",
|
||||
"toml 0.8.19",
|
||||
"tower",
|
||||
"tracing",
|
||||
"tracing-error",
|
||||
|
@ -6038,7 +6039,7 @@ dependencies = [
|
|||
"chrono",
|
||||
"futures",
|
||||
"hex",
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
"insta",
|
||||
"jsonrpc-core",
|
||||
"jsonrpc-derive",
|
||||
|
@ -6078,7 +6079,7 @@ dependencies = [
|
|||
"futures",
|
||||
"group",
|
||||
"hex",
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
"insta",
|
||||
"itertools 0.13.0",
|
||||
"jsonrpc",
|
||||
|
@ -6094,7 +6095,7 @@ dependencies = [
|
|||
"structopt",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"toml 0.8.16",
|
||||
"toml 0.8.19",
|
||||
"tonic",
|
||||
"tower",
|
||||
"tracing",
|
||||
|
@ -6141,7 +6142,7 @@ dependencies = [
|
|||
"howudoin",
|
||||
"human_bytes",
|
||||
"humantime-serde",
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
"insta",
|
||||
"itertools 0.13.0",
|
||||
"jubjub",
|
||||
|
@ -6178,7 +6179,7 @@ dependencies = [
|
|||
"futures",
|
||||
"hex",
|
||||
"humantime",
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
"insta",
|
||||
"itertools 0.13.0",
|
||||
"lazy_static",
|
||||
|
@ -6236,7 +6237,7 @@ dependencies = [
|
|||
"atty",
|
||||
"bytes",
|
||||
"chrono",
|
||||
"clap 4.5.11",
|
||||
"clap 4.5.13",
|
||||
"color-eyre",
|
||||
"console-subscriber",
|
||||
"dirs",
|
||||
|
@ -6248,7 +6249,7 @@ dependencies = [
|
|||
"humantime-serde",
|
||||
"hyper 1.4.1",
|
||||
"hyper-util",
|
||||
"indexmap 2.2.6",
|
||||
"indexmap 2.3.0",
|
||||
"indicatif",
|
||||
"inferno",
|
||||
"insta",
|
||||
|
@ -6276,7 +6277,7 @@ dependencies = [
|
|||
"tinyvec",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"toml 0.8.16",
|
||||
"toml 0.8.19",
|
||||
"tonic",
|
||||
"tonic-build 0.12.1",
|
||||
"tower",
|
||||
|
|
|
@ -16,6 +16,11 @@ who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
|||
criteria = "safe-to-deploy"
|
||||
delta = "1.6.0 -> 1.6.1"
|
||||
|
||||
[[audits.bytes]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "1.6.1 -> 1.7.1"
|
||||
|
||||
[[audits.clap_derive]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
@ -76,11 +81,21 @@ who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
|||
criteria = "safe-to-deploy"
|
||||
delta = "1.3.1 -> 1.4.1"
|
||||
|
||||
[[audits.indexmap]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "2.2.6 -> 2.3.0"
|
||||
|
||||
[[audits.inferno]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.11.19 -> 0.11.20"
|
||||
|
||||
[[audits.inferno]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.11.20 -> 0.11.21"
|
||||
|
||||
[[audits.libgit2-sys]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
@ -141,6 +156,11 @@ who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
|||
criteria = "safe-to-deploy"
|
||||
delta = "0.12.6 -> 0.13.1"
|
||||
|
||||
[[audits.regex]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "1.10.5 -> 1.10.6"
|
||||
|
||||
[[audits.serde_spanned]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
@ -166,6 +186,11 @@ who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
|||
criteria = "safe-to-deploy"
|
||||
delta = "3.8.3 -> 3.9.0"
|
||||
|
||||
[[audits.tempfile]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "3.10.1 -> 3.11.0"
|
||||
|
||||
[[audits.thiserror]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
@ -201,11 +226,21 @@ who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
|||
criteria = "safe-to-deploy"
|
||||
delta = "0.8.15 -> 0.8.16"
|
||||
|
||||
[[audits.toml]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.8.16 -> 0.8.19"
|
||||
|
||||
[[audits.toml_datetime]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.6.6 -> 0.6.7"
|
||||
|
||||
[[audits.toml_datetime]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.6.7 -> 0.6.8"
|
||||
|
||||
[[audits.toml_edit]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
@ -216,6 +251,11 @@ who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
|||
criteria = "safe-to-deploy"
|
||||
delta = "0.22.16 -> 0.22.17"
|
||||
|
||||
[[audits.toml_edit]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.22.17 -> 0.22.20"
|
||||
|
||||
[[audits.tonic]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
@ -236,6 +276,11 @@ who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
|||
criteria = "safe-to-deploy"
|
||||
delta = "8.3.1 -> 8.3.2"
|
||||
|
||||
[[audits.winnow]]
|
||||
who = "Alfredo Garcia <oxarbitrage@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.6.13 -> 0.6.18"
|
||||
|
||||
[[trusted.clap]]
|
||||
criteria = "safe-to-deploy"
|
||||
user-id = 6743 # Ed Page (epage)
|
||||
|
|
|
@ -9,22 +9,22 @@ user-login = "emilio"
|
|||
user-name = "Emilio Cobos Álvarez"
|
||||
|
||||
[[publisher.clap]]
|
||||
version = "4.5.11"
|
||||
when = "2024-07-25"
|
||||
version = "4.5.13"
|
||||
when = "2024-07-31"
|
||||
user-id = 6743
|
||||
user-login = "epage"
|
||||
user-name = "Ed Page"
|
||||
|
||||
[[publisher.clap_builder]]
|
||||
version = "4.5.11"
|
||||
when = "2024-07-25"
|
||||
version = "4.5.13"
|
||||
when = "2024-07-31"
|
||||
user-id = 6743
|
||||
user-login = "epage"
|
||||
user-name = "Ed Page"
|
||||
|
||||
[[publisher.clap_derive]]
|
||||
version = "4.5.11"
|
||||
when = "2024-07-25"
|
||||
version = "4.5.13"
|
||||
when = "2024-07-31"
|
||||
user-id = 6743
|
||||
user-login = "epage"
|
||||
user-name = "Ed Page"
|
||||
|
@ -44,8 +44,8 @@ user-login = "hsivonen"
|
|||
user-name = "Henri Sivonen"
|
||||
|
||||
[[publisher.serde_json]]
|
||||
version = "1.0.121"
|
||||
when = "2024-07-28"
|
||||
version = "1.0.122"
|
||||
when = "2024-08-01"
|
||||
user-id = 3618
|
||||
user-login = "dtolnay"
|
||||
user-name = "David Tolnay"
|
||||
|
|
|
@ -128,7 +128,7 @@ redjubjub = "0.7.0"
|
|||
reddsa = "0.5.1"
|
||||
|
||||
# Production feature json-conversion
|
||||
serde_json = { version = "1.0.121", optional = true }
|
||||
serde_json = { version = "1.0.122", optional = true }
|
||||
|
||||
# Production feature async-error and testing feature proptest-impl
|
||||
tokio = { version = "1.39.2", optional = true }
|
||||
|
|
|
@ -42,12 +42,12 @@ proptest-impl = ["proptest", "proptest-derive", "zebra-chain/proptest-impl"]
|
|||
[dependencies]
|
||||
bitflags = "2.5.0"
|
||||
byteorder = "1.5.0"
|
||||
bytes = "1.6.1"
|
||||
bytes = "1.7.1"
|
||||
chrono = { version = "0.4.38", default-features = false, features = ["clock", "std"] }
|
||||
dirs = "5.0.1"
|
||||
hex = "0.4.3"
|
||||
humantime-serde = "1.1.1"
|
||||
indexmap = { version = "2.2.6", features = ["serde"] }
|
||||
indexmap = { version = "2.3.0", features = ["serde"] }
|
||||
itertools = "0.13.0"
|
||||
lazy_static = "1.4.0"
|
||||
num-integer = "0.1.46"
|
||||
|
@ -55,9 +55,9 @@ ordered-map = "0.4.2"
|
|||
pin-project = "1.1.5"
|
||||
rand = "0.8.5"
|
||||
rayon = "1.10.0"
|
||||
regex = "1.10.4"
|
||||
regex = "1.10.6"
|
||||
serde = { version = "1.0.204", features = ["serde_derive"] }
|
||||
tempfile = "3.10.1"
|
||||
tempfile = "3.11.0"
|
||||
thiserror = "1.0.63"
|
||||
|
||||
futures = "0.3.30"
|
||||
|
@ -91,7 +91,7 @@ proptest-derive = "0.5.0"
|
|||
|
||||
static_assertions = "1.1.0"
|
||||
tokio = { version = "1.39.2", features = ["full", "tracing", "test-util"] }
|
||||
toml = "0.8.16"
|
||||
toml = "0.8.19"
|
||||
|
||||
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
||||
zebra-test = { path = "../zebra-test/" }
|
||||
|
|
|
@ -47,7 +47,7 @@ jsonrpc-core = { version = "18.0.0", optional = true }
|
|||
# Security: avoid default dependency on openssl
|
||||
reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls"], optional = true }
|
||||
serde = { version = "1.0.204", optional = true }
|
||||
serde_json = { version = "1.0.121", optional = true }
|
||||
serde_json = { version = "1.0.122", optional = true }
|
||||
tokio = { version = "1.39.2", features = ["time"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -56,4 +56,4 @@ color-eyre = "0.6.3"
|
|||
jsonrpc-core = "18.0.0"
|
||||
reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls"] }
|
||||
serde = "1.0.204"
|
||||
serde_json = "1.0.121"
|
||||
serde_json = "1.0.122"
|
||||
|
|
|
@ -65,8 +65,8 @@ jsonrpc-derive = "18.0.0"
|
|||
jsonrpc-http-server = "18.0.0"
|
||||
|
||||
# zebra-rpc needs the preserve_order feature in serde_json, which is a dependency of jsonrpc-core
|
||||
serde_json = { version = "1.0.121", features = ["preserve_order"] }
|
||||
indexmap = { version = "2.2.6", features = ["serde"] }
|
||||
serde_json = { version = "1.0.122", features = ["preserve_order"] }
|
||||
indexmap = { version = "2.3.0", features = ["serde"] }
|
||||
|
||||
tokio = { version = "1.39.2", features = [
|
||||
"time",
|
||||
|
|
|
@ -61,7 +61,7 @@ results-reader = [
|
|||
[dependencies]
|
||||
|
||||
color-eyre = "0.6.3"
|
||||
indexmap = { version = "2.2.6", features = ["serde"] }
|
||||
indexmap = { version = "2.3.0", features = ["serde"] }
|
||||
itertools = "0.13.0"
|
||||
semver = "1.0.23"
|
||||
serde = { version = "1.0.204", features = ["serde_derive"] }
|
||||
|
@ -101,7 +101,7 @@ zebra-test = { path = "../zebra-test", version = "1.0.0-beta.38", optional = tru
|
|||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
||||
structopt = "0.3.26"
|
||||
lazy_static = "1.4.0"
|
||||
serde_json = "1.0.121"
|
||||
serde_json = "1.0.122"
|
||||
|
||||
jsonrpc = { version = "0.18.0", optional = true }
|
||||
hex = { version = "0.4.3", optional = true }
|
||||
|
@ -119,9 +119,9 @@ ff = "0.13.0"
|
|||
group = "0.13.0"
|
||||
jubjub = "0.10.0"
|
||||
rand = "0.8.5"
|
||||
tempfile = "3.10.1"
|
||||
tempfile = "3.11.0"
|
||||
zcash_note_encryption = "0.4.0"
|
||||
toml = "0.8.16"
|
||||
toml = "0.8.19"
|
||||
tonic = "0.12.1"
|
||||
|
||||
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.38", features = ["proptest-impl"] }
|
||||
|
|
|
@ -54,17 +54,17 @@ hex = "0.4.3"
|
|||
hex-literal = "0.4.1"
|
||||
humantime-serde = "1.1.1"
|
||||
human_bytes = { version = "0.4.3", default-features = false }
|
||||
indexmap = "2.2.6"
|
||||
indexmap = "2.3.0"
|
||||
itertools = "0.13.0"
|
||||
lazy_static = "1.4.0"
|
||||
metrics = "0.23.0"
|
||||
mset = "0.1.1"
|
||||
regex = "1.10.4"
|
||||
regex = "1.10.6"
|
||||
rlimit = "0.10.1"
|
||||
rocksdb = { version = "0.22.0", default-features = false, features = ["lz4"] }
|
||||
semver = "1.0.23"
|
||||
serde = { version = "1.0.204", features = ["serde_derive"] }
|
||||
tempfile = "3.10.1"
|
||||
tempfile = "3.11.0"
|
||||
thiserror = "1.0.63"
|
||||
|
||||
rayon = "1.10.0"
|
||||
|
@ -75,7 +75,7 @@ tracing = "0.1.39"
|
|||
# elasticsearch specific dependencies.
|
||||
# Security: avoid default dependency on openssl
|
||||
elasticsearch = { version = "8.5.0-alpha.1", default-features = false, features = ["rustls-tls"], optional = true }
|
||||
serde_json = { version = "1.0.121", package = "serde_json", optional = true }
|
||||
serde_json = { version = "1.0.122", package = "serde_json", optional = true }
|
||||
|
||||
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.38", features = ["async-error"] }
|
||||
|
||||
|
|
|
@ -16,14 +16,14 @@ categories = ["command-line-utilities", "cryptography::cryptocurrencies"]
|
|||
|
||||
[dependencies]
|
||||
hex = "0.4.3"
|
||||
indexmap = "2.2.6"
|
||||
indexmap = "2.3.0"
|
||||
lazy_static = "1.4.0"
|
||||
insta = "1.39.0"
|
||||
itertools = "0.13.0"
|
||||
proptest = "1.4.0"
|
||||
once_cell = "1.18.0"
|
||||
rand = "0.8.5"
|
||||
regex = "1.10.4"
|
||||
regex = "1.10.6"
|
||||
|
||||
tokio = { version = "1.39.2", features = ["full", "tracing", "test-util"] }
|
||||
tower = { version = "0.4.13", features = ["util"] }
|
||||
|
@ -44,4 +44,4 @@ tracing-error = "0.2.0"
|
|||
tracing = "0.1.39"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.10.1"
|
||||
tempfile = "3.11.0"
|
||||
|
|
|
@ -89,7 +89,7 @@ tinyvec = { version = "1.8.0", features = ["rustc_1_55"] }
|
|||
|
||||
structopt = "0.3.26"
|
||||
hex = "0.4.3"
|
||||
serde_json = "1.0.121"
|
||||
serde_json = "1.0.122"
|
||||
tracing-error = "0.2.0"
|
||||
tracing-subscriber = "0.3.18"
|
||||
thiserror = "1.0.63"
|
||||
|
@ -104,7 +104,7 @@ zebra-rpc = { path = "../zebra-rpc", version = "1.0.0-beta.38", optional = true
|
|||
itertools = { version = "0.13.0", optional = true }
|
||||
|
||||
# These crates are needed for the search-issue-refs binary
|
||||
regex = { version = "1.10.4", optional = true }
|
||||
regex = { version = "1.10.6", optional = true }
|
||||
# Avoid default openssl dependency to reduce the dependency tree and security alerts.
|
||||
reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls"], optional = true }
|
||||
|
||||
|
|
|
@ -168,14 +168,14 @@ zebra-state = { path = "../zebra-state", version = "1.0.0-beta.38" }
|
|||
zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.38", optional = true }
|
||||
|
||||
abscissa_core = "0.7.0"
|
||||
clap = { version = "4.5.11", features = ["cargo"] }
|
||||
clap = { version = "4.5.13", features = ["cargo"] }
|
||||
chrono = { version = "0.4.38", default-features = false, features = ["clock", "std"] }
|
||||
humantime-serde = "1.1.1"
|
||||
indexmap = "2.2.6"
|
||||
indexmap = "2.3.0"
|
||||
lazy_static = "1.4.0"
|
||||
semver = "1.0.23"
|
||||
serde = { version = "1.0.204", features = ["serde_derive"] }
|
||||
toml = "0.8.16"
|
||||
toml = "0.8.19"
|
||||
|
||||
futures = "0.3.30"
|
||||
rayon = "1.10.0"
|
||||
|
@ -213,7 +213,7 @@ sentry = { version = "0.32.2", default-features = false, features = ["backtrace"
|
|||
|
||||
# prod feature flamegraph
|
||||
tracing-flame = { version = "0.2.0", optional = true }
|
||||
inferno = { version = "0.11.20", default-features = false, optional = true }
|
||||
inferno = { version = "0.11.21", default-features = false, optional = true }
|
||||
|
||||
# prod feature journald
|
||||
tracing-journald = { version = "0.3.0", optional = true }
|
||||
|
@ -222,7 +222,7 @@ tracing-journald = { version = "0.3.0", optional = true }
|
|||
hyper = { version = "1.3.1", features = ["http1", "http2", "server"], optional = true }
|
||||
http-body-util = { version = "0.1.2", optional = true }
|
||||
hyper-util = { version = "0.1.6", optional = true }
|
||||
bytes = { version = "1.6.1", optional = true }
|
||||
bytes = { version = "1.7.1", optional = true }
|
||||
|
||||
# prod feature prometheus
|
||||
metrics-exporter-prometheus = { version = "0.15.3", default-features = false, features = ["http-listener"], optional = true }
|
||||
|
@ -256,12 +256,12 @@ hex = "0.4.3"
|
|||
hex-literal = "0.4.1"
|
||||
jsonrpc-core = "18.0.0"
|
||||
once_cell = "1.18.0"
|
||||
regex = "1.10.4"
|
||||
regex = "1.10.6"
|
||||
insta = { version = "1.39.0", features = ["json"] }
|
||||
|
||||
# zebra-rpc needs the preserve_order feature, it also makes test results more stable
|
||||
serde_json = { version = "1.0.121", features = ["preserve_order"] }
|
||||
tempfile = "3.10.1"
|
||||
serde_json = { version = "1.0.122", features = ["preserve_order"] }
|
||||
tempfile = "3.11.0"
|
||||
|
||||
hyper = { version = "1.3.1", features = ["http1", "http2", "server"]}
|
||||
tracing-test = { version = "0.2.4", features = ["no-env-filter"] }
|
||||
|
|
Loading…
Reference in New Issue