Skip to content

Commit 083794f

Browse files
authored
Update Diplomat and Askama (#6403)
<!-- Thank you for your pull request to ICU4X! Reminder: try to use [Conventional Comments](https://conventionalcomments.org/) to make comments clearer. Please see https://github.com/unicode-org/icu4x/blob/main/CONTRIBUTING.md for general information on contributing to ICU4X. -->
1 parent b886706 commit 083794f

38 files changed

+736
-709
lines changed

Cargo.lock

+27-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@ icu_benchmark_macros = { path = "tools/benchmark/macros" }
214214

215215
# The version here can either be a `version = ".."` spec or `git = "https://github.com/rust-diplomat/diplomat", rev = ".."`
216216
# Diplomat must be published preceding a new ICU4X release but may use git versions in between
217-
diplomat = { git = "https://github.com/rust-diplomat/diplomat", rev = "76b030df6326070c314a5d6cacedf3357a5ed590", default-features = false }
218-
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", rev = "76b030df6326070c314a5d6cacedf3357a5ed590", default-features = false }
219-
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", rev = "76b030df6326070c314a5d6cacedf3357a5ed590", default-features = false }
220-
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", rev = "76b030df6326070c314a5d6cacedf3357a5ed590", default-features = false }
217+
diplomat = { git = "https://github.com/rust-diplomat/diplomat", rev = "f67862a22def6cb7954aa51e102630e019c99165", default-features = false }
218+
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", rev = "f67862a22def6cb7954aa51e102630e019c99165", default-features = false }
219+
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", rev = "f67862a22def6cb7954aa51e102630e019c99165", default-features = false }
220+
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", rev = "f67862a22def6cb7954aa51e102630e019c99165", default-features = false }
221221

222222
# EXTERNAL DEPENDENCIES
223223
#
@@ -271,7 +271,7 @@ serde-aux = { version = "4.0.0", default-features = false }
271271

272272
## External Deps Group 3: Dev and Datagen deps. Include default features.
273273
arraystring = "0.3.0"
274-
askama = "0.12"
274+
askama = "0.13"
275275
atoi = "2.0.0"
276276
bincode = "1.3.1" # Can be updated to 2.0 after MSRV 1.85
277277
clap = "4.2.0"

ffi/capi/bindings/cpp/diplomat_runtime.hpp

+75-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/capi/bindings/cpp/icu4x/BidiClass.d.hpp

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/capi/bindings/cpp/icu4x/BidiClass.hpp

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/capi/bindings/cpp/icu4x/CanonicalCombiningClass.d.hpp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/capi/bindings/cpp/icu4x/CanonicalCombiningClass.hpp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)