1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00

Merge pull request #767 from actix/dependabot/cargo/fluent-templates-0.9.1

chore(deps): bump fluent-templates from 0.9.0 to 0.9.1
This commit is contained in:
Rob Ede 2024-03-11 18:10:09 +00:00 committed by GitHub
commit e47acf1d4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
Cargo.lock generated
View File

@ -3148,9 +3148,9 @@ dependencies = [
[[package]] [[package]]
name = "fluent-template-macros" name = "fluent-template-macros"
version = "0.9.0" version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c58fd7421bad2b89506827409317a3088b74d0d637202003f2e87efdc43ae8e" checksum = "5659bd41653516a2e46d76a58e67aa4885024c78fb5d00303f0673bbd53ad781"
dependencies = [ dependencies = [
"flume 0.10.14", "flume 0.10.14",
"ignore", "ignore",
@ -3163,9 +3163,9 @@ dependencies = [
[[package]] [[package]]
name = "fluent-templates" name = "fluent-templates"
version = "0.9.0" version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc023356542b155925aa5e433806ddd33acb46f0218541f869b342676332cd79" checksum = "8f755e319f6f8f836b94b28c6094c414d29a17cee76e24374c7cd61f7696b3f6"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"fluent", "fluent",