update types

This commit is contained in:
Aiden McClelland
2025-08-15 18:05:52 -06:00
parent 8f573386c6
commit 7094d1d939
10 changed files with 48 additions and 66 deletions

46
core/Cargo.lock generated
View File

@@ -2,12 +2,6 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
[[package]]
name = "addr2line"
version = "0.24.2"
@@ -3826,8 +3820,7 @@ dependencies = [
[[package]]
name = "imbl-value"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80b000e99a562d9598ae56029f675dbf1104e8aed5a9b074824a752de0a61f39"
source = "git+https://github.com/Start9Labs/imbl-value.git#82b91f973d67139ce5b3f662407f436bc64d2fe9"
dependencies = [
"imbl",
"serde",
@@ -3837,12 +3830,14 @@ dependencies = [
[[package]]
name = "imbl-value"
version = "0.4.0"
source = "git+https://github.com/Start9Labs/imbl-value.git#82b91f973d67139ce5b3f662407f436bc64d2fe9"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5a3dc7150969e3a921eeb9790fd9976ce9164148bd26b0c9d7048fb8615ad5"
dependencies = [
"imbl",
"serde",
"serde_json",
"ts-rs",
"yasi",
]
@@ -4163,7 +4158,7 @@ dependencies = [
name = "json-patch"
version = "0.2.7-alpha.0"
dependencies = [
"imbl-value 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"imbl-value 0.4.1",
"json-ptr",
"serde",
]
@@ -4173,7 +4168,7 @@ name = "json-ptr"
version = "0.1.0"
dependencies = [
"imbl",
"imbl-value 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"imbl-value 0.4.1",
"serde",
"thiserror 2.0.14",
]
@@ -4183,7 +4178,7 @@ name = "jsonpath_lib"
version = "0.3.0"
source = "git+https://github.com/Start9Labs/jsonpath.git#1cacbd64afa2e1941a21fef06bad14317ba92f30"
dependencies = [
"imbl-value 0.4.0 (git+https://github.com/Start9Labs/imbl-value.git)",
"imbl-value 0.4.0",
"log",
"serde",
"serde_json",
@@ -5238,7 +5233,7 @@ dependencies = [
"fd-lock-rs",
"futures",
"imbl",
"imbl-value 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"imbl-value 0.4.1",
"json-patch",
"json-ptr",
"lazy_static",
@@ -6269,7 +6264,7 @@ dependencies = [
"futures",
"http",
"http-body-util",
"imbl-value 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"imbl-value 0.4.1",
"itertools 0.14.0",
"lazy_format",
"lazy_static",
@@ -7345,7 +7340,7 @@ dependencies = [
"hyper-util",
"id-pool",
"imbl",
"imbl-value 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"imbl-value 0.4.1",
"include_dir",
"indexmap 2.10.0",
"indicatif",
@@ -9276,19 +9271,20 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "ts-rs"
version = "8.1.0"
source = "git+https://github.com/dr-bonez/ts-rs.git?branch=feature%2Ftop-level-as#7ae88ade90b5e724159048a663a0bdb04bed27f7"
version = "11.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ef1b7a6d914a34127ed8e1fa927eb7088903787bcded4fa3eef8f85ee1568be"
dependencies = [
"thiserror 1.0.69",
"thiserror 2.0.14",
"ts-rs-macros",
]
[[package]]
name = "ts-rs-macros"
version = "8.1.0"
source = "git+https://github.com/dr-bonez/ts-rs.git?branch=feature%2Ftop-level-as#7ae88ade90b5e724159048a663a0bdb04bed27f7"
version = "11.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9d4ed7b4c18cc150a6a0a1e9ea1ecfa688791220781af6e119f9599a8502a0a"
dependencies = [
"Inflector",
"proc-macro2",
"quote",
"syn 2.0.104",
@@ -10312,14 +10308,16 @@ dependencies = [
[[package]]
name = "yasi"
version = "0.1.5"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f355ab62ebe30b758c1f4ab096a306722c4b7dbfb9d8c07d18c70d71a945588"
checksum = "d7d16d66ba6622e1388f01e378e2543912bf83984c3b90f3b2ccdea919a664a5"
dependencies = [
"ahash 0.8.12",
"hashbrown 0.13.2",
"lazy_static",
"serde",
"tinyvec",
"ts-rs",
]
[[package]]