diff --git a/Cargo.lock b/Cargo.lock index 983ba4a..b2287f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4492,9 +4492,9 @@ dependencies = [ [[package]] name = "toon-format" -version = "0.4.6" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af1dae994fe9adfb44bdc74fc17546651604a59af32136256515bc1218850832" +checksum = "8f89570c1a68d73941f728cca32a4345b2ffca36667ad921af336c60309a3e7e" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 641ea4c..fd7b0e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ uuid = { version = "1.6", features = ["v4"] } prometheus = { version = "0.14", default-features = false } # TOON format -toon-format = { version = "0.4", default-features = false } +toon-format = { version = "0.5", default-features = false } # Benchmarking criterion = { version = "0.5", features = ["html_reports"] }