Skip to content

Commit b407fd1

Browse files
committed
[lib]
bumped dependcies
1 parent 00aa12d commit b407fd1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ members = [
66
"function_history_backend_thread",
77
"enum_stuff"
88
]
9+
resolver = "2"

git-function-history-lib/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ parallel = ["dep:rayon", "gix-features/parallel", "gix-features/fs-walkdir-paral
1818
cache = ["dep:cached"]
1919

2020
[dependencies]
21-
chrono = "0.4.28"
21+
chrono = "0.4.31"
2222
ra_ap_syntax = "0.0.174"
23-
rayon = { version = "1.7.0", optional = true }
23+
rayon = { version = "1.8.0", optional = true }
2424
rustpython-parser = { features = ["lalrpop"], version = "0.3.0" }
25-
lib-ruby-parser = "4.0.4"
25+
lib-ruby-parser = "4.0.5"
2626
gosyn = "0.2.4"
2727
# can't be published b/c git dependency
2828
# javaparser = {git = "https://github.com/tanin47/javaparser.rs", optional = true}
2929
cfg-if = "1.0.0"
30-
cached = {version = "0.45.1", optional = true}
30+
cached = {version = "0.46.0", optional = true}
3131
# git-index-performanc
32-
gix = { version = "0.52.0", default-features = false, features = ["max-performance-safe"] }
33-
gix-features = { version = "0.33.0", features = ["zlib", "once_cell" ,"walkdir"] }
32+
gix = { version = "0.54.1", default-features = false, features = ["max-performance-safe", "revision"] }
33+
gix-features = { version = "0.35.0", features = ["zlib", "once_cell" ,"walkdir"] }
3434
umpl = "1.1.1"
3535
enum_stuff = {path = "../enum_stuff"}

0 commit comments

Comments
 (0)