Compare commits
1 Commits
b4c9571926
...
a69b260e2a
Author | SHA1 | Date | |
---|---|---|---|
a69b260e2a |
30
Cargo.lock
generated
30
Cargo.lock
generated
@ -646,7 +646,7 @@ dependencies = [
|
||||
"crunch-nodata",
|
||||
"crunch-traits",
|
||||
"futures",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.9",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tracing",
|
||||
@ -665,7 +665,7 @@ dependencies = [
|
||||
"crunch-file",
|
||||
"inquire",
|
||||
"regex",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.9",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
@ -706,7 +706,7 @@ dependencies = [
|
||||
"prost-types 0.13.3",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -732,7 +732,7 @@ dependencies = [
|
||||
"crunch-envelope",
|
||||
"crunch-traits",
|
||||
"futures",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.9",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tracing",
|
||||
@ -748,7 +748,7 @@ dependencies = [
|
||||
"crunch-traits",
|
||||
"futures",
|
||||
"nats",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.9",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tracing",
|
||||
@ -765,7 +765,7 @@ dependencies = [
|
||||
"futures",
|
||||
"prost 0.13.3",
|
||||
"prost-types 0.13.3",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.9",
|
||||
"tokio",
|
||||
"tonic",
|
||||
"tracing",
|
||||
@ -784,7 +784,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sqlx",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.9",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tracing",
|
||||
@ -799,7 +799,7 @@ dependencies = [
|
||||
"async-trait",
|
||||
"futures",
|
||||
"prost 0.13.3",
|
||||
"thiserror 2.0.6",
|
||||
"thiserror 2.0.9",
|
||||
"tokio",
|
||||
"uuid",
|
||||
]
|
||||
@ -2649,9 +2649,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.133"
|
||||
version = "1.0.134"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
|
||||
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"memchr",
|
||||
@ -3138,11 +3138,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "2.0.6"
|
||||
version = "2.0.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
|
||||
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
|
||||
dependencies = [
|
||||
"thiserror-impl 2.0.6",
|
||||
"thiserror-impl 2.0.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -3158,9 +3158,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "2.0.6"
|
||||
version = "2.0.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
|
||||
checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
Loading…
x
Reference in New Issue
Block a user