|
@@ -96,7 +96,7 @@ checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
|
|
|
[[package]]
|
|
|
name = "appflowy-integrate"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ba963f#ba963fa299d294e5b2cafd940b9eaa8520280b7b"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=3881ba#3881bab021229020837ae65df604b9b87d0e8497"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"collab",
|
|
@@ -187,324 +187,6 @@ version = "1.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "aws-config"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bcdcf0d683fe9c23d32cf5b53c9918ea0a500375a9fb20109802552658e576c9"
|
|
|
-dependencies = [
|
|
|
- "aws-credential-types",
|
|
|
- "aws-http",
|
|
|
- "aws-sdk-sso",
|
|
|
- "aws-sdk-sts",
|
|
|
- "aws-smithy-async",
|
|
|
- "aws-smithy-client",
|
|
|
- "aws-smithy-http",
|
|
|
- "aws-smithy-http-tower",
|
|
|
- "aws-smithy-json",
|
|
|
- "aws-smithy-types",
|
|
|
- "aws-types",
|
|
|
- "bytes",
|
|
|
- "fastrand",
|
|
|
- "hex",
|
|
|
- "http",
|
|
|
- "hyper",
|
|
|
- "ring",
|
|
|
- "time 0.3.21",
|
|
|
- "tokio",
|
|
|
- "tower",
|
|
|
- "tracing",
|
|
|
- "zeroize",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-credential-types"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1fcdb2f7acbc076ff5ad05e7864bdb191ca70a6fd07668dc3a1a8bcd051de5ae"
|
|
|
-dependencies = [
|
|
|
- "aws-smithy-async",
|
|
|
- "aws-smithy-types",
|
|
|
- "fastrand",
|
|
|
- "tokio",
|
|
|
- "tracing",
|
|
|
- "zeroize",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-endpoint"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8cce1c41a6cfaa726adee9ebb9a56fcd2bbfd8be49fd8a04c5e20fd968330b04"
|
|
|
-dependencies = [
|
|
|
- "aws-smithy-http",
|
|
|
- "aws-smithy-types",
|
|
|
- "aws-types",
|
|
|
- "http",
|
|
|
- "regex",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-http"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "aadbc44e7a8f3e71c8b374e03ecd972869eb91dd2bc89ed018954a52ba84bc44"
|
|
|
-dependencies = [
|
|
|
- "aws-credential-types",
|
|
|
- "aws-smithy-http",
|
|
|
- "aws-smithy-types",
|
|
|
- "aws-types",
|
|
|
- "bytes",
|
|
|
- "http",
|
|
|
- "http-body",
|
|
|
- "lazy_static",
|
|
|
- "percent-encoding",
|
|
|
- "pin-project-lite",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-sdk-dynamodb"
|
|
|
-version = "0.27.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "67fb64867fe098cffee7e34352b01bbfa2beb3aa1b2ff0e0a7bf9ff293557852"
|
|
|
-dependencies = [
|
|
|
- "aws-credential-types",
|
|
|
- "aws-endpoint",
|
|
|
- "aws-http",
|
|
|
- "aws-sig-auth",
|
|
|
- "aws-smithy-async",
|
|
|
- "aws-smithy-client",
|
|
|
- "aws-smithy-http",
|
|
|
- "aws-smithy-http-tower",
|
|
|
- "aws-smithy-json",
|
|
|
- "aws-smithy-types",
|
|
|
- "aws-types",
|
|
|
- "bytes",
|
|
|
- "fastrand",
|
|
|
- "http",
|
|
|
- "regex",
|
|
|
- "tokio-stream",
|
|
|
- "tower",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-sdk-sso"
|
|
|
-version = "0.28.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c8b812340d86d4a766b2ca73f740dfd47a97c2dff0c06c8517a16d88241957e4"
|
|
|
-dependencies = [
|
|
|
- "aws-credential-types",
|
|
|
- "aws-endpoint",
|
|
|
- "aws-http",
|
|
|
- "aws-sig-auth",
|
|
|
- "aws-smithy-async",
|
|
|
- "aws-smithy-client",
|
|
|
- "aws-smithy-http",
|
|
|
- "aws-smithy-http-tower",
|
|
|
- "aws-smithy-json",
|
|
|
- "aws-smithy-types",
|
|
|
- "aws-types",
|
|
|
- "bytes",
|
|
|
- "http",
|
|
|
- "regex",
|
|
|
- "tokio-stream",
|
|
|
- "tower",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-sdk-sts"
|
|
|
-version = "0.28.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "265fac131fbfc188e5c3d96652ea90ecc676a934e3174eaaee523c6cec040b3b"
|
|
|
-dependencies = [
|
|
|
- "aws-credential-types",
|
|
|
- "aws-endpoint",
|
|
|
- "aws-http",
|
|
|
- "aws-sig-auth",
|
|
|
- "aws-smithy-async",
|
|
|
- "aws-smithy-client",
|
|
|
- "aws-smithy-http",
|
|
|
- "aws-smithy-http-tower",
|
|
|
- "aws-smithy-json",
|
|
|
- "aws-smithy-query",
|
|
|
- "aws-smithy-types",
|
|
|
- "aws-smithy-xml",
|
|
|
- "aws-types",
|
|
|
- "bytes",
|
|
|
- "http",
|
|
|
- "regex",
|
|
|
- "tower",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-sig-auth"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3b94acb10af0c879ecd5c7bdf51cda6679a0a4f4643ce630905a77673bfa3c61"
|
|
|
-dependencies = [
|
|
|
- "aws-credential-types",
|
|
|
- "aws-sigv4",
|
|
|
- "aws-smithy-http",
|
|
|
- "aws-types",
|
|
|
- "http",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-sigv4"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9d2ce6f507be68e968a33485ced670111d1cbad161ddbbab1e313c03d37d8f4c"
|
|
|
-dependencies = [
|
|
|
- "aws-smithy-http",
|
|
|
- "form_urlencoded",
|
|
|
- "hex",
|
|
|
- "hmac",
|
|
|
- "http",
|
|
|
- "once_cell",
|
|
|
- "percent-encoding",
|
|
|
- "regex",
|
|
|
- "sha2",
|
|
|
- "time 0.3.21",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-smithy-async"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "13bda3996044c202d75b91afeb11a9afae9db9a721c6a7a427410018e286b880"
|
|
|
-dependencies = [
|
|
|
- "futures-util",
|
|
|
- "pin-project-lite",
|
|
|
- "tokio",
|
|
|
- "tokio-stream",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-smithy-client"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0a86aa6e21e86c4252ad6a0e3e74da9617295d8d6e374d552be7d3059c41cedd"
|
|
|
-dependencies = [
|
|
|
- "aws-smithy-async",
|
|
|
- "aws-smithy-http",
|
|
|
- "aws-smithy-http-tower",
|
|
|
- "aws-smithy-types",
|
|
|
- "bytes",
|
|
|
- "fastrand",
|
|
|
- "http",
|
|
|
- "http-body",
|
|
|
- "hyper",
|
|
|
- "hyper-rustls",
|
|
|
- "lazy_static",
|
|
|
- "pin-project-lite",
|
|
|
- "rustls",
|
|
|
- "tokio",
|
|
|
- "tower",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-smithy-http"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2b3b693869133551f135e1f2c77cb0b8277d9e3e17feaf2213f735857c4f0d28"
|
|
|
-dependencies = [
|
|
|
- "aws-smithy-types",
|
|
|
- "bytes",
|
|
|
- "bytes-utils",
|
|
|
- "futures-core",
|
|
|
- "http",
|
|
|
- "http-body",
|
|
|
- "hyper",
|
|
|
- "once_cell",
|
|
|
- "percent-encoding",
|
|
|
- "pin-project-lite",
|
|
|
- "pin-utils",
|
|
|
- "tokio",
|
|
|
- "tokio-util",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-smithy-http-tower"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3ae4f6c5798a247fac98a867698197d9ac22643596dc3777f0c76b91917616b9"
|
|
|
-dependencies = [
|
|
|
- "aws-smithy-http",
|
|
|
- "aws-smithy-types",
|
|
|
- "bytes",
|
|
|
- "http",
|
|
|
- "http-body",
|
|
|
- "pin-project-lite",
|
|
|
- "tower",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-smithy-json"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "23f9f42fbfa96d095194a632fbac19f60077748eba536eb0b9fecc28659807f8"
|
|
|
-dependencies = [
|
|
|
- "aws-smithy-types",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-smithy-query"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "98819eb0b04020a1c791903533b638534ae6c12e2aceda3e6e6fba015608d51d"
|
|
|
-dependencies = [
|
|
|
- "aws-smithy-types",
|
|
|
- "urlencoding",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-smithy-types"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "16a3d0bf4f324f4ef9793b86a1701d9700fbcdbd12a846da45eed104c634c6e8"
|
|
|
-dependencies = [
|
|
|
- "base64-simd",
|
|
|
- "itoa",
|
|
|
- "num-integer",
|
|
|
- "ryu",
|
|
|
- "time 0.3.21",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-smithy-xml"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b1b9d12875731bd07e767be7baad95700c3137b56730ec9ddeedb52a5e5ca63b"
|
|
|
-dependencies = [
|
|
|
- "xmlparser",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aws-types"
|
|
|
-version = "0.55.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6dd209616cc8d7bfb82f87811a5c655dc97537f592689b18743bddf5dc5c4829"
|
|
|
-dependencies = [
|
|
|
- "aws-credential-types",
|
|
|
- "aws-smithy-async",
|
|
|
- "aws-smithy-client",
|
|
|
- "aws-smithy-http",
|
|
|
- "aws-smithy-types",
|
|
|
- "http",
|
|
|
- "rustc_version",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "axum"
|
|
|
version = "0.6.15"
|
|
@@ -577,16 +259,6 @@ version = "0.21.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "base64-simd"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
|
|
-dependencies = [
|
|
|
- "outref",
|
|
|
- "vsimd",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "base64ct"
|
|
|
version = "1.6.0"
|
|
@@ -751,16 +423,6 @@ dependencies = [
|
|
|
"serde",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "bytes-utils"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9"
|
|
|
-dependencies = [
|
|
|
- "bytes",
|
|
|
- "either",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "bzip2"
|
|
|
version = "0.4.4"
|
|
@@ -925,7 +587,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ba963f#ba963fa299d294e5b2cafd940b9eaa8520280b7b"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=3881ba#3881bab021229020837ae65df604b9b87d0e8497"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"bytes",
|
|
@@ -943,7 +605,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-client-ws"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ba963f#ba963fa299d294e5b2cafd940b9eaa8520280b7b"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=3881ba#3881bab021229020837ae65df604b9b87d0e8497"
|
|
|
dependencies = [
|
|
|
"bytes",
|
|
|
"collab-sync",
|
|
@@ -961,7 +623,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-database"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ba963f#ba963fa299d294e5b2cafd940b9eaa8520280b7b"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=3881ba#3881bab021229020837ae65df604b9b87d0e8497"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"async-trait",
|
|
@@ -988,7 +650,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-derive"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ba963f#ba963fa299d294e5b2cafd940b9eaa8520280b7b"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=3881ba#3881bab021229020837ae65df604b9b87d0e8497"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
@@ -1000,7 +662,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-document"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ba963f#ba963fa299d294e5b2cafd940b9eaa8520280b7b"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=3881ba#3881bab021229020837ae65df604b9b87d0e8497"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"collab",
|
|
@@ -1019,7 +681,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-folder"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ba963f#ba963fa299d294e5b2cafd940b9eaa8520280b7b"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=3881ba#3881bab021229020837ae65df604b9b87d0e8497"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"chrono",
|
|
@@ -1039,7 +701,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-persistence"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ba963f#ba963fa299d294e5b2cafd940b9eaa8520280b7b"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=3881ba#3881bab021229020837ae65df604b9b87d0e8497"
|
|
|
dependencies = [
|
|
|
"bincode",
|
|
|
"chrono",
|
|
@@ -1059,13 +721,10 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-plugins"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ba963f#ba963fa299d294e5b2cafd940b9eaa8520280b7b"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=3881ba#3881bab021229020837ae65df604b9b87d0e8497"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"async-trait",
|
|
|
- "aws-config",
|
|
|
- "aws-credential-types",
|
|
|
- "aws-sdk-dynamodb",
|
|
|
"collab",
|
|
|
"collab-client-ws",
|
|
|
"collab-persistence",
|
|
@@ -1082,6 +741,7 @@ dependencies = [
|
|
|
"tokio-retry",
|
|
|
"tokio-stream",
|
|
|
"tracing",
|
|
|
+ "uuid",
|
|
|
"y-sync",
|
|
|
"yrs",
|
|
|
]
|
|
@@ -1089,7 +749,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-sync"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ba963f#ba963fa299d294e5b2cafd940b9eaa8520280b7b"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=3881ba#3881bab021229020837ae65df604b9b87d0e8497"
|
|
|
dependencies = [
|
|
|
"bytes",
|
|
|
"collab",
|
|
@@ -2459,9 +2119,7 @@ checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
|
|
|
dependencies = [
|
|
|
"http",
|
|
|
"hyper",
|
|
|
- "log",
|
|
|
"rustls",
|
|
|
- "rustls-native-certs",
|
|
|
"tokio",
|
|
|
"tokio-rustls",
|
|
|
]
|
|
@@ -3112,12 +2770,6 @@ dependencies = [
|
|
|
"winapi",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "outref"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "overload"
|
|
|
version = "0.1.1"
|
|
@@ -4071,15 +3723,6 @@ version = "1.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "rustc_version"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
-dependencies = [
|
|
|
- "semver",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "rustix"
|
|
|
version = "0.37.11"
|
|
@@ -4106,18 +3749,6 @@ dependencies = [
|
|
|
"webpki",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "rustls-native-certs"
|
|
|
-version = "0.6.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
|
|
-dependencies = [
|
|
|
- "openssl-probe",
|
|
|
- "rustls-pemfile",
|
|
|
- "schannel",
|
|
|
- "security-framework",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "rustls-pemfile"
|
|
|
version = "1.0.2"
|
|
@@ -4227,12 +3858,6 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "semver"
|
|
|
-version = "1.0.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "serde"
|
|
|
version = "1.0.175"
|
|
@@ -4641,7 +4266,6 @@ checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
|
|
|
dependencies = [
|
|
|
"serde",
|
|
|
"time-core",
|
|
|
- "time-macros",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -4650,15 +4274,6 @@ version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "time-macros"
|
|
|
-version = "0.2.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
|
|
|
-dependencies = [
|
|
|
- "time-core",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "tinyvec"
|
|
|
version = "1.6.0"
|
|
@@ -5161,12 +4776,6 @@ dependencies = [
|
|
|
"percent-encoding",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "urlencoding"
|
|
|
-version = "2.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "utf-8"
|
|
|
version = "0.7.6"
|
|
@@ -5217,12 +4826,6 @@ version = "0.9.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "vsimd"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "walkdir"
|
|
|
version = "2.3.3"
|
|
@@ -5563,12 +5166,6 @@ dependencies = [
|
|
|
"winapi",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "xmlparser"
|
|
|
-version = "0.13.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "y-sync"
|
|
|
version = "0.3.1"
|