From 105b82e35ee5d95ef6f6f03e44b65e1e23f40642 Mon Sep 17 00:00:00 2001 From: Emmie Maeda Date: Fri, 13 Sep 2024 09:30:15 -0400 Subject: [PATCH] Update ftml version. --- deepwell/Cargo.lock | 4 ++-- deepwell/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deepwell/Cargo.lock b/deepwell/Cargo.lock index 0d0dd018d0..6cd5d69d61 100644 --- a/deepwell/Cargo.lock +++ b/deepwell/Cargo.lock @@ -1110,9 +1110,9 @@ dependencies = [ [[package]] name = "ftml" -version = "1.26.1" +version = "1.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcbfbedcccfcb4e9756947e5de9eda51ee9d1ae4cf3559927689b6f4180b596a" +checksum = "8b9e7d928f9c118863c143c3d3f84b8a726ce556acf105cb3d44f6c7f8b9a5b5" dependencies = [ "built", "cfg-if", diff --git a/deepwell/Cargo.toml b/deepwell/Cargo.toml index 4b0d6902d2..ccf50c375e 100644 --- a/deepwell/Cargo.toml +++ b/deepwell/Cargo.toml @@ -32,7 +32,7 @@ femme = "2" filemagic = "0.12" fluent = "0.16" fluent-syntax = "0" -ftml = { version = "1.26", features = ["mathml"] } +ftml = { version = "1.27", features = ["mathml"] } futures = { version = "0.3", features = ["async-await"], default-features = false } hex = { version = "0.4", features = ["serde"] } hostname = "0.4"