diff --git a/bard/Cargo.toml b/bard/Cargo.toml index 7dccd57..01354ba 100644 --- a/bard/Cargo.toml +++ b/bard/Cargo.toml @@ -15,7 +15,7 @@ path = "examples/blog.rs" [dependencies] dioxus = { version = "*", features = ["router", "fullstack"] } -tavern = { version = "0.2.9", path = "../tavern", optional = true} +tavern = { version = "0.3.0", path = "../tavern", optional = true} tokio = { version = "1.0", features = ["rt", "macros"], optional = true } diff --git a/loreweaver/Cargo.toml b/loreweaver/Cargo.toml index db7c297..0054b70 100644 --- a/loreweaver/Cargo.toml +++ b/loreweaver/Cargo.toml @@ -11,5 +11,5 @@ license = "Apache-2.0" [dependencies] clap = { version = "4.5.46", features = ["derive"] } -tavern = { version = "0.2.4", path = "../tavern", registry = "cybermages", features = ["publisher"] } +tavern = { version = "0.3.0", path = "../tavern", registry = "cybermages", features = ["publisher"] } tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros"] }