Bumped the version for tavern.

This commit is contained in:
2025-09-25 11:43:31 -04:00
parent fd51c7c0bb
commit 40b211d06c
2 changed files with 2 additions and 2 deletions

View File

@ -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 }

View File

@ -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"] }