diff --git a/Cargo.lock b/Cargo.lock index 7b6711e..88221d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4552,9 +4552,9 @@ dependencies = [ [[package]] name = "toon-format" -version = "0.4.5" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5933bebbba70ee979314a8ecb021f53075a63984f94f89a10b4bdcf0af6c62b6" +checksum = "8f89570c1a68d73941f728cca32a4345b2ffca36667ad921af336c60309a3e7e" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 34ce4c5..4f9b615 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,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"] }