Skip to content

Commit

Permalink
Upgrade dependencies to compatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Jan 10, 2024
1 parent 96b1168 commit bf65f5b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
17 changes: 8 additions & 9 deletions Cargo.lock

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

36 changes: 18 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,38 @@ keywords = ["text", "editor", "terminal", "modal"]
edition="2021"

[build-dependencies]
regex = "1.10.2"
regex = "1.10"

[dependencies]
app_dirs = "1.2.1"
scribe = "~0.8"
bloodhound = "0.5.4"
luthor = "0.1.7"
fragment = "0.3.1"
regex = "1.10.2"
libc = "0.2.4"
syntect = "~5"
app_dirs = "1.2"
scribe = "0.8"
bloodhound = "0.5"
luthor = "0.1"
fragment = "0.3"
regex = "1.10"
libc = "0.2"
syntect = "5.0"
termion = "2.0"
error-chain = "0.12.4"
unicode-segmentation = "1.0.1"
cli-clipboard = "0.4.0"
yaml-rust = ">= 0.4.5"
smallvec = "1.10.0"
lazy_static = "1.2.0"
error-chain = "0.12"
unicode-segmentation = "1.10"
cli-clipboard = "0.4"
yaml-rust = "0.4"
smallvec = "1.11"
lazy_static = "1.4"
mio = "0.6"

[dependencies.signal-hook]
version = "0.1.9"
version = "0.1"
features = ["mio-support"]

[dependencies.git2]
version = "~0.18"
version = "0.18"
# We use very little of the Git crate. Disabling its default features makes it
# as bare as possible, and sidesteps its openssl dependency, among others.
default-features = false # removes unused openssl dependency

[dev-dependencies]
criterion = "0.5.1"
criterion = "0.5"

[[bench]]
name = "draw_buffer"
Expand Down

0 comments on commit bf65f5b

Please sign in to comment.