mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 10:03:18 +00:00 
			
		
		
		
	chore: update crates version
This commit is contained in:
		
							parent
							
								
									6e52b470a7
								
							
						
					
					
						commit
						233b9366af
					
				
							
								
								
									
										62
									
								
								frontend/rust-lib/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										62
									
								
								frontend/rust-lib/Cargo.lock
									
									
									
										generated
									
									
									
								
							| @ -712,16 +712,6 @@ dependencies = [ | |||||||
|  "cfg-if", |  "cfg-if", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] |  | ||||||
| name = "env_logger" |  | ||||||
| version = "0.7.1" |  | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" |  | ||||||
| checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |  | ||||||
| dependencies = [ |  | ||||||
|  "log", |  | ||||||
|  "regex", |  | ||||||
| ] |  | ||||||
| 
 |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "env_logger" | name = "env_logger" | ||||||
| version = "0.8.4" | version = "0.8.4" | ||||||
| @ -782,9 +772,9 @@ checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | |||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "fancy-regex" | name = "fancy-regex" | ||||||
| version = "0.5.0" | version = "0.10.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "fe09872bd11351a75f22b24c3769fc863e8212d926d6db46b94ad710d14cc5cc" | checksum = "0678ab2d46fa5195aaf59ad034c083d351377d4af57f3e073c074d0da3e3c766" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "bit-set", |  "bit-set", | ||||||
|  "regex", |  "regex", | ||||||
| @ -1163,7 +1153,7 @@ dependencies = [ | |||||||
|  "lib-ws", |  "lib-ws", | ||||||
|  "log", |  "log", | ||||||
|  "protobuf", |  "protobuf", | ||||||
|  "rand 0.7.3", |  "rand 0.8.5", | ||||||
|  "serde", |  "serde", | ||||||
|  "serde_json", |  "serde_json", | ||||||
|  "strum", |  "strum", | ||||||
| @ -1698,7 +1688,7 @@ dependencies = [ | |||||||
|  "dashmap", |  "dashmap", | ||||||
|  "derivative", |  "derivative", | ||||||
|  "dyn-clone", |  "dyn-clone", | ||||||
|  "env_logger 0.8.4", |  "env_logger", | ||||||
|  "futures", |  "futures", | ||||||
|  "futures-channel", |  "futures-channel", | ||||||
|  "futures-core", |  "futures-core", | ||||||
| @ -1735,7 +1725,7 @@ dependencies = [ | |||||||
|  "pin-project", |  "pin-project", | ||||||
|  "protoc-bin-vendored", |  "protoc-bin-vendored", | ||||||
|  "protoc-rust", |  "protoc-rust", | ||||||
|  "rand 0.8.4", |  "rand 0.8.5", | ||||||
|  "serde", |  "serde", | ||||||
|  "serde_json", |  "serde_json", | ||||||
|  "similar", |  "similar", | ||||||
| @ -1973,7 +1963,7 @@ version = "0.4.0" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" | checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "rand 0.8.4", |  "rand 0.8.5", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| @ -2261,7 +2251,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
| checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "phf_shared 0.10.0", |  "phf_shared 0.10.0", | ||||||
|  "rand 0.8.4", |  "rand 0.8.5", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| @ -2497,14 +2487,13 @@ dependencies = [ | |||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "quickcheck" | name = "quickcheck" | ||||||
| version = "0.9.2" | version = "1.0.3" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "a44883e74aa97ad63db83c4bf8ca490f02b2fc02f92575e720c8551e843c945f" | checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "env_logger 0.7.1", |  "env_logger", | ||||||
|  "log", |  "log", | ||||||
|  "rand 0.7.3", |  "rand 0.8.5", | ||||||
|  "rand_core 0.5.1", |  | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| @ -2548,20 +2537,19 @@ dependencies = [ | |||||||
|  "libc", |  "libc", | ||||||
|  "rand_chacha 0.2.2", |  "rand_chacha 0.2.2", | ||||||
|  "rand_core 0.5.1", |  "rand_core 0.5.1", | ||||||
|  "rand_hc 0.2.0", |  "rand_hc", | ||||||
|  "rand_pcg", |  "rand_pcg", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "rand" | name = "rand" | ||||||
| version = "0.8.4" | version = "0.8.5" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "libc", |  "libc", | ||||||
|  "rand_chacha 0.3.1", |  "rand_chacha 0.3.1", | ||||||
|  "rand_core 0.6.3", |  "rand_core 0.6.3", | ||||||
|  "rand_hc 0.3.1", |  | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| @ -2611,15 +2599,6 @@ dependencies = [ | |||||||
|  "rand_core 0.5.1", |  "rand_core 0.5.1", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] |  | ||||||
| name = "rand_hc" |  | ||||||
| version = "0.3.1" |  | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" |  | ||||||
| checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" |  | ||||||
| dependencies = [ |  | ||||||
|  "rand_core 0.6.3", |  | ||||||
| ] |  | ||||||
| 
 |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "rand_pcg" | name = "rand_pcg" | ||||||
| version = "0.2.1" | version = "0.2.1" | ||||||
| @ -2631,9 +2610,9 @@ dependencies = [ | |||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "rayon" | name = "rayon" | ||||||
| version = "1.5.1" | version = "1.5.2" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" | checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "autocfg", |  "autocfg", | ||||||
|  "crossbeam-deque", |  "crossbeam-deque", | ||||||
| @ -2643,14 +2622,13 @@ dependencies = [ | |||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "rayon-core" | name = "rayon-core" | ||||||
| version = "1.9.1" | version = "1.9.2" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" | checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "crossbeam-channel", |  "crossbeam-channel", | ||||||
|  "crossbeam-deque", |  "crossbeam-deque", | ||||||
|  "crossbeam-utils", |  "crossbeam-utils", | ||||||
|  "lazy_static", |  | ||||||
|  "num_cpus", |  "num_cpus", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| @ -3136,7 +3114,7 @@ dependencies = [ | |||||||
|  "percent-encoding", |  "percent-encoding", | ||||||
|  "pest", |  "pest", | ||||||
|  "pest_derive", |  "pest_derive", | ||||||
|  "rand 0.8.4", |  "rand 0.8.5", | ||||||
|  "regex", |  "regex", | ||||||
|  "serde", |  "serde", | ||||||
|  "serde_json", |  "serde_json", | ||||||
| @ -3462,7 +3440,7 @@ dependencies = [ | |||||||
|  "http", |  "http", | ||||||
|  "httparse", |  "httparse", | ||||||
|  "log", |  "log", | ||||||
|  "rand 0.8.4", |  "rand 0.8.5", | ||||||
|  "sha-1 0.9.8", |  "sha-1 0.9.8", | ||||||
|  "thiserror", |  "thiserror", | ||||||
|  "url", |  "url", | ||||||
|  | |||||||
| @ -30,7 +30,7 @@ bytes = { version = "1.0" } | |||||||
| diesel = {version = "1.4.8", features = ["sqlite"]} | diesel = {version = "1.4.8", features = ["sqlite"]} | ||||||
| dashmap = "4.0" | dashmap = "4.0" | ||||||
| tokio = {version = "1", features = ["sync"]} | tokio = {version = "1", features = ["sync"]} | ||||||
| rayon = "1.5" | rayon = "1.5.2" | ||||||
| serde = { version = "1.0", features = ["derive"] } | serde = { version = "1.0", features = ["derive"] } | ||||||
| serde_json = {version = "1.0"} | serde_json = {version = "1.0"} | ||||||
| serde_repr = "0.1" | serde_repr = "0.1" | ||||||
|  | |||||||
| @ -29,7 +29,7 @@ bytes = "1.0" | |||||||
| nanoid = "0.4.0" | nanoid = "0.4.0" | ||||||
| 
 | 
 | ||||||
| [dev-dependencies] | [dev-dependencies] | ||||||
| quickcheck = "0.9.2" | quickcheck = "1.0.3" | ||||||
| quickcheck_macros = "0.9.1" | quickcheck_macros = "0.9.1" | ||||||
| fake = "~2.3.0" | fake = "~2.3.0" | ||||||
| claim = "0.4.0" | claim = "0.4.0" | ||||||
|  | |||||||
| @ -45,7 +45,7 @@ derive_more = {version = "0.99", features = ["display"]} | |||||||
| 
 | 
 | ||||||
| color-eyre = { version = "0.5", default-features = false } | color-eyre = { version = "0.5", default-features = false } | ||||||
| criterion = "0.3" | criterion = "0.3" | ||||||
| rand = "0.7.3" | rand = "0.8.5" | ||||||
| 
 | 
 | ||||||
| [build-dependencies] | [build-dependencies] | ||||||
| lib-infra = { path = "../../../shared-lib/lib-infra", features = ["protobuf_file_gen", "proto_gen"] } | lib-infra = { path = "../../../shared-lib/lib-infra", features = ["protobuf_file_gen", "proto_gen"] } | ||||||
|  | |||||||
| @ -16,7 +16,7 @@ env_logger = "0.8.2" | |||||||
| cmd_lib = "1.1" | cmd_lib = "1.1" | ||||||
| flowy-ast = { path = "../../../shared-lib/flowy-ast" } | flowy-ast = { path = "../../../shared-lib/flowy-ast" } | ||||||
| console = "0.14.0" | console = "0.14.0" | ||||||
| fancy-regex = "0.5.0" | fancy-regex = "0.10.0" | ||||||
| lazy_static = "1.4.0" | lazy_static = "1.4.0" | ||||||
| phf = { version = "0.8.0", features = ["macros"] } | phf = { version = "0.8.0", features = ["macros"] } | ||||||
| similar = "1.2.2" | similar = "1.2.2" | ||||||
|  | |||||||
							
								
								
									
										51
									
								
								shared-lib/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										51
									
								
								shared-lib/Cargo.lock
									
									
									
										generated
									
									
									
								
							| @ -325,16 +325,6 @@ version = "0.3.6" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" | ||||||
| 
 | 
 | ||||||
| [[package]] |  | ||||||
| name = "env_logger" |  | ||||||
| version = "0.7.1" |  | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" |  | ||||||
| checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |  | ||||||
| dependencies = [ |  | ||||||
|  "log", |  | ||||||
|  "regex", |  | ||||||
| ] |  | ||||||
| 
 |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "env_logger" | name = "env_logger" | ||||||
| version = "0.8.4" | version = "0.8.4" | ||||||
| @ -376,9 +366,9 @@ checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | |||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "fancy-regex" | name = "fancy-regex" | ||||||
| version = "0.5.0" | version = "0.10.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "fe09872bd11351a75f22b24c3769fc863e8212d926d6db46b94ad710d14cc5cc" | checksum = "0678ab2d46fa5195aaf59ad034c083d351377d4af57f3e073c074d0da3e3c766" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "bit-set", |  "bit-set", | ||||||
|  "regex", |  "regex", | ||||||
| @ -843,7 +833,7 @@ dependencies = [ | |||||||
|  "pin-project", |  "pin-project", | ||||||
|  "protoc-bin-vendored", |  "protoc-bin-vendored", | ||||||
|  "protoc-rust", |  "protoc-rust", | ||||||
|  "rand 0.8.4", |  "rand 0.8.5", | ||||||
|  "serde", |  "serde", | ||||||
|  "serde_json", |  "serde_json", | ||||||
|  "similar", |  "similar", | ||||||
| @ -881,7 +871,7 @@ version = "0.1.0" | |||||||
| dependencies = [ | dependencies = [ | ||||||
|  "bytes", |  "bytes", | ||||||
|  "dashmap", |  "dashmap", | ||||||
|  "env_logger 0.8.4", |  "env_logger", | ||||||
|  "flowy-derive", |  "flowy-derive", | ||||||
|  "futures", |  "futures", | ||||||
|  "futures-channel", |  "futures-channel", | ||||||
| @ -977,7 +967,7 @@ version = "0.4.0" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" | checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "rand 0.8.4", |  "rand 0.8.5", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| @ -1182,7 +1172,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
| checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "phf_shared 0.10.0", |  "phf_shared 0.10.0", | ||||||
|  "rand 0.8.4", |  "rand 0.8.5", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| @ -1390,14 +1380,13 @@ dependencies = [ | |||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "quickcheck" | name = "quickcheck" | ||||||
| version = "0.9.2" | version = "1.0.3" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "a44883e74aa97ad63db83c4bf8ca490f02b2fc02f92575e720c8551e843c945f" | checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "env_logger 0.7.1", |  "env_logger", | ||||||
|  "log", |  "log", | ||||||
|  "rand 0.7.3", |  "rand 0.8.5", | ||||||
|  "rand_core 0.5.1", |  | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| @ -1430,20 +1419,19 @@ dependencies = [ | |||||||
|  "libc", |  "libc", | ||||||
|  "rand_chacha 0.2.2", |  "rand_chacha 0.2.2", | ||||||
|  "rand_core 0.5.1", |  "rand_core 0.5.1", | ||||||
|  "rand_hc 0.2.0", |  "rand_hc", | ||||||
|  "rand_pcg", |  "rand_pcg", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "rand" | name = "rand" | ||||||
| version = "0.8.4" | version = "0.8.5" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "libc", |  "libc", | ||||||
|  "rand_chacha 0.3.1", |  "rand_chacha 0.3.1", | ||||||
|  "rand_core 0.6.3", |  "rand_core 0.6.3", | ||||||
|  "rand_hc 0.3.1", |  | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| @ -1493,15 +1481,6 @@ dependencies = [ | |||||||
|  "rand_core 0.5.1", |  "rand_core 0.5.1", | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| [[package]] |  | ||||||
| name = "rand_hc" |  | ||||||
| version = "0.3.1" |  | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" |  | ||||||
| checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" |  | ||||||
| dependencies = [ |  | ||||||
|  "rand_core 0.6.3", |  | ||||||
| ] |  | ||||||
| 
 |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "rand_pcg" | name = "rand_pcg" | ||||||
| version = "0.2.1" | version = "0.2.1" | ||||||
| @ -1782,7 +1761,7 @@ dependencies = [ | |||||||
|  "percent-encoding", |  "percent-encoding", | ||||||
|  "pest", |  "pest", | ||||||
|  "pest_derive", |  "pest_derive", | ||||||
|  "rand 0.8.4", |  "rand 0.8.5", | ||||||
|  "regex", |  "regex", | ||||||
|  "serde", |  "serde", | ||||||
|  "serde_json", |  "serde_json", | ||||||
| @ -1976,7 +1955,7 @@ dependencies = [ | |||||||
|  "http", |  "http", | ||||||
|  "httparse", |  "httparse", | ||||||
|  "log", |  "log", | ||||||
|  "rand 0.8.4", |  "rand 0.8.5", | ||||||
|  "sha-1 0.9.8", |  "sha-1 0.9.8", | ||||||
|  "thiserror", |  "thiserror", | ||||||
|  "url", |  "url", | ||||||
|  | |||||||
| @ -15,14 +15,14 @@ derive_more = {version = "0.99", features = ["display"]} | |||||||
| serde = { version = "1.0", features = ["derive"] } | serde = { version = "1.0", features = ["derive"] } | ||||||
| validator = "0.12.0" | validator = "0.12.0" | ||||||
| log = "0.4.14" | log = "0.4.14" | ||||||
| fancy-regex = "0.5.0" | fancy-regex = "0.10.0" | ||||||
| lazy_static = "1.4" | lazy_static = "1.4" | ||||||
| 
 | 
 | ||||||
| [build-dependencies] | [build-dependencies] | ||||||
| lib-infra = { path = "../lib-infra", features = ["protobuf_file_gen"] } | lib-infra = { path = "../lib-infra", features = ["protobuf_file_gen"] } | ||||||
| 
 | 
 | ||||||
| [dev-dependencies] | [dev-dependencies] | ||||||
| quickcheck = "0.9.2" | quickcheck = "1.0.3" | ||||||
| quickcheck_macros = "0.9.1" | quickcheck_macros = "0.9.1" | ||||||
| fake = "~2.3.0" | fake = "~2.3.0" | ||||||
| claim = "0.4.0" | claim = "0.4.0" | ||||||
|  | |||||||
| @ -12,7 +12,7 @@ bytes = { version = "1.0" } | |||||||
| pin-project = "1.0" | pin-project = "1.0" | ||||||
| futures-core = { version = "0.3" } | futures-core = { version = "0.3" } | ||||||
| tokio = { version = "1.0", features = ["time", "rt"] } | tokio = { version = "1.0", features = ["time", "rt"] } | ||||||
| rand = "0.8.3" | rand = "0.8.5" | ||||||
| serde = { version = "1.0", features = ["derive"]} | serde = { version = "1.0", features = ["derive"]} | ||||||
| serde_json = "1.0" | serde_json = "1.0" | ||||||
| 
 | 
 | ||||||
| @ -23,7 +23,7 @@ walkdir = { version = "2", optional = true } | |||||||
| flowy-ast = { path = "../flowy-ast", optional = true} | flowy-ast = { path = "../flowy-ast", optional = true} | ||||||
| similar = { version = "1.2.2", optional = true } | similar = { version = "1.2.2", optional = true } | ||||||
| syn = { version = "1.0.60", features = ["extra-traits", "parsing", "derive", "full"], optional = true } | syn = { version = "1.0.60", features = ["extra-traits", "parsing", "derive", "full"], optional = true } | ||||||
| fancy-regex = { version = "0.5.0", optional = true } | fancy-regex = { version = "0.10.0", optional = true } | ||||||
| lazy_static = { version = "1.4.0", optional = true } | lazy_static = { version = "1.4.0", optional = true } | ||||||
| tera = { version = "1.5.0", optional = true} | tera = { version = "1.5.0", optional = true} | ||||||
| itertools = { version = "0.10", optional = true } | itertools = { version = "0.10", optional = true } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 appflowy
						appflowy