diff --git a/outrun-compiler/Cargo.toml b/outrun-compiler/Cargo.toml index 8f2e1cb..49fd847 100644 --- a/outrun-compiler/Cargo.toml +++ b/outrun-compiler/Cargo.toml @@ -11,7 +11,7 @@ version = "0.1.0" [dependencies] heck = "0.4" lazy_static = "1.4" -miette = {version = "5.5", features = ["fancy"]} +miette = {version = "5.6", features = ["fancy"]} outrun-common = {path = "../outrun-common"} pest = "2.5" pest_derive = "2.5" diff --git a/outrun-core/Cargo.toml b/outrun-core/Cargo.toml index ee6420d..25884ca 100644 --- a/outrun-core/Cargo.toml +++ b/outrun-core/Cargo.toml @@ -9,5 +9,5 @@ version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -miette = {version = "5.5", features = ["fancy"]} +miette = {version = "5.6", features = ["fancy"]} outrun-compiler = {path = "../outrun-compiler"}