mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
chore: remove fluent crate override
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -2566,8 +2566,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "fluent-template-macros"
|
||||
version = "0.7.1"
|
||||
source = "git+https://github.com/XAMPPRocky/fluent-templates.git?rev=82b50baf6232e1ce2e9629ce2a8fcc12ab5d942c#82b50baf6232e1ce2e9629ce2a8fcc12ab5d942c"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dec7592cd1f45c1afe9084ce59c62a3a7c266c125c4c2ec97e95b0563c4aa914"
|
||||
dependencies = [
|
||||
"flume",
|
||||
"ignore",
|
||||
@ -2580,8 +2581,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "fluent-templates"
|
||||
version = "0.7.1"
|
||||
source = "git+https://github.com/XAMPPRocky/fluent-templates.git?rev=82b50baf6232e1ce2e9629ce2a8fcc12ab5d942c#82b50baf6232e1ce2e9629ce2a8fcc12ab5d942c"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7c3ef2c2152757885365abce32ddf682746062f1b6b3c0824a29fbed6ee4d080"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"fluent",
|
||||
|
Reference in New Issue
Block a user