web: pin seed_hooks version

This commit is contained in:
Bill Thiede 2025-02-13 14:01:06 -08:00
parent 7a91ee2f49
commit e89fd28707
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -327,7 +327,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "atomic_hooks"
version = "0.1.6"
source = "git+https://github.com/wathiede/styles_hooks?branch=main#cccf4151ba65e4bc9ac0b07e1f51e4d881641aa0"
source = "git+https://github.com/wathiede/styles_hooks?rev=cccf4151ba65e4bc9ac0b07e1f51e4d881641aa0#cccf4151ba65e4bc9ac0b07e1f51e4d881641aa0"
dependencies = [
"anymap",
"atomic_hooks_macros",
@ -339,7 +339,7 @@ dependencies = [
[[package]]
name = "atomic_hooks_macros"
version = "0.1.6"
source = "git+https://github.com/wathiede/styles_hooks?branch=main#cccf4151ba65e4bc9ac0b07e1f51e4d881641aa0"
source = "git+https://github.com/wathiede/styles_hooks?rev=cccf4151ba65e4bc9ac0b07e1f51e4d881641aa0#cccf4151ba65e4bc9ac0b07e1f51e4d881641aa0"
dependencies = [
"darling 0.10.2",
"proc-macro2",
@ -5170,7 +5170,7 @@ dependencies = [
[[package]]
name = "seed_hooks"
version = "0.1.5"
source = "git+https://github.com/wathiede/styles_hooks?branch=main#cccf4151ba65e4bc9ac0b07e1f51e4d881641aa0"
source = "git+https://github.com/wathiede/styles_hooks?rev=cccf4151ba65e4bc9ac0b07e1f51e4d881641aa0#cccf4151ba65e4bc9ac0b07e1f51e4d881641aa0"
dependencies = [
"atomic_hooks",
"gloo-timers",

View File

@ -26,7 +26,7 @@ serde_json = { version = "1.0.93", features = ["unbounded_depth"] }
chrono = "0.4.31"
graphql_client = "0.14.0"
thiserror = "2.0.0"
seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed_hooks", branch = "main" }
seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed_hooks", rev = "cccf4151ba65e4bc9ac0b07e1f51e4d881641aa0" }
gloo-net = { version = "0.6.0", features = ["json", "serde_json"] }
human_format = "1.1.0"
build-info = "0.0.39"