Skip to content

Commit

Permalink
chore: update crates version
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Apr 28, 2022
1 parent 6e52b47 commit 233b936
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 86 deletions.
62 changes: 20 additions & 42 deletions frontend/rust-lib/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/rust-lib/flowy-grid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bytes = { version = "1.0" }
diesel = {version = "1.4.8", features = ["sqlite"]}
dashmap = "4.0"
tokio = {version = "1", features = ["sync"]}
rayon = "1.5"
rayon = "1.5.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = {version = "1.0"}
serde_repr = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion frontend/rust-lib/flowy-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bytes = "1.0"
nanoid = "0.4.0"

[dev-dependencies]
quickcheck = "0.9.2"
quickcheck = "1.0.3"
quickcheck_macros = "0.9.1"
fake = "~2.3.0"
claim = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion frontend/rust-lib/flowy-text-block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ derive_more = {version = "0.99", features = ["display"]}

color-eyre = { version = "0.5", default-features = false }
criterion = "0.3"
rand = "0.7.3"
rand = "0.8.5"

[build-dependencies]
lib-infra = { path = "../../../shared-lib/lib-infra", features = ["protobuf_file_gen", "proto_gen"] }
Expand Down
2 changes: 1 addition & 1 deletion frontend/scripts/flowy-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env_logger = "0.8.2"
cmd_lib = "1.1"
flowy-ast = { path = "../../../shared-lib/flowy-ast" }
console = "0.14.0"
fancy-regex = "0.5.0"
fancy-regex = "0.10.0"
lazy_static = "1.4.0"
phf = { version = "0.8.0", features = ["macros"] }
similar = "1.2.2"
Expand Down
51 changes: 15 additions & 36 deletions shared-lib/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions shared-lib/flowy-user-data-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ derive_more = {version = "0.99", features = ["display"]}
serde = { version = "1.0", features = ["derive"] }
validator = "0.12.0"
log = "0.4.14"
fancy-regex = "0.5.0"
fancy-regex = "0.10.0"
lazy_static = "1.4"

[build-dependencies]
lib-infra = { path = "../lib-infra", features = ["protobuf_file_gen"] }

[dev-dependencies]
quickcheck = "0.9.2"
quickcheck = "1.0.3"
quickcheck_macros = "0.9.1"
fake = "~2.3.0"
claim = "0.4.0"
Expand Down
4 changes: 2 additions & 2 deletions shared-lib/lib-infra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bytes = { version = "1.0" }
pin-project = "1.0"
futures-core = { version = "0.3" }
tokio = { version = "1.0", features = ["time", "rt"] }
rand = "0.8.3"
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"

Expand All @@ -23,7 +23,7 @@ walkdir = { version = "2", optional = true }
flowy-ast = { path = "../flowy-ast", optional = true}
similar = { version = "1.2.2", 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 }
tera = { version = "1.5.0", optional = true}
itertools = { version = "0.10", optional = true }
Expand Down

0 comments on commit 233b936

Please sign in to comment.