|
@@ -454,7 +454,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
|
|
|
dependencies = [
|
|
|
"borsh-derive",
|
|
|
- "hashbrown 0.12.3",
|
|
|
+ "hashbrown 0.13.2",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -762,7 +762,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "client-api"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=6faefb0#6faefb083fe0a127045ec57431f126e499f4a687"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=5a231fda#5a231fdadba514d891e914e95c90bfcca7e042b7"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"bytes",
|
|
@@ -1291,7 +1291,7 @@ dependencies = [
|
|
|
"cssparser-macros",
|
|
|
"dtoa-short",
|
|
|
"itoa 1.0.6",
|
|
|
- "phf 0.11.2",
|
|
|
+ "phf 0.8.0",
|
|
|
"smallvec",
|
|
|
]
|
|
|
|
|
@@ -1437,7 +1437,7 @@ checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
|
|
[[package]]
|
|
|
name = "database-entity"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=6faefb0#6faefb083fe0a127045ec57431f126e499f4a687"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=5a231fda#5a231fdadba514d891e914e95c90bfcca7e042b7"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"chrono",
|
|
@@ -1976,7 +1976,7 @@ dependencies = [
|
|
|
"collab-integrate",
|
|
|
"csv",
|
|
|
"dashmap",
|
|
|
- "fancy-regex 0.10.0",
|
|
|
+ "fancy-regex 0.11.0",
|
|
|
"flowy-codegen",
|
|
|
"flowy-database-deps",
|
|
|
"flowy-derive",
|
|
@@ -2778,7 +2778,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "gotrue"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=6faefb0#6faefb083fe0a127045ec57431f126e499f4a687"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=5a231fda#5a231fdadba514d891e914e95c90bfcca7e042b7"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"futures-util",
|
|
@@ -2794,7 +2794,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "gotrue-entity"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=6faefb0#6faefb083fe0a127045ec57431f126e499f4a687"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=5a231fda#5a231fdadba514d891e914e95c90bfcca7e042b7"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"reqwest",
|
|
@@ -3227,7 +3227,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "infra"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=6faefb0#6faefb083fe0a127045ec57431f126e499f4a687"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=5a231fda#5a231fdadba514d891e914e95c90bfcca7e042b7"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"reqwest",
|
|
@@ -4268,7 +4268,6 @@ version = "0.11.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
|
|
dependencies = [
|
|
|
- "phf_macros 0.11.2",
|
|
|
"phf_shared 0.11.2",
|
|
|
]
|
|
|
|
|
@@ -4360,19 +4359,6 @@ dependencies = [
|
|
|
"syn 1.0.109",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "phf_macros"
|
|
|
-version = "0.11.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
|
|
-dependencies = [
|
|
|
- "phf_generator 0.11.2",
|
|
|
- "phf_shared 0.11.2",
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.29",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "phf_shared"
|
|
|
version = "0.8.0"
|
|
@@ -4876,7 +4862,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "realtime-entity"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=6faefb0#6faefb083fe0a127045ec57431f126e499f4a687"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=5a231fda#5a231fdadba514d891e914e95c90bfcca7e042b7"
|
|
|
dependencies = [
|
|
|
"bytes",
|
|
|
"collab",
|
|
@@ -5598,7 +5584,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "shared_entity"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=6faefb0#6faefb083fe0a127045ec57431f126e499f4a687"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=5a231fda#5a231fdadba514d891e914e95c90bfcca7e042b7"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"database-entity",
|