Skip to content

Commit b7ab196

Browse files
committed
chore: Expand git2 support range
1 parent af23b3e commit b7ab196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ name = "git-fixture"
5555
required-features = ["cli", "yaml", "json", "toml", "schema"]
5656

5757
[dependencies]
58-
serde = { version = "1", features = ["derive"], optional = true }
58+
serde = { version = "1.0.150", features = ["derive"], optional = true }
5959
serde_yaml = { version = "0.8.17", optional = true }
6060
serde_json = { version = "1.0", optional = true }
6161
toml = { version = "0.7", optional = true }
@@ -68,7 +68,7 @@ schemars = { version = "0.8.12", features = ["preserve_order"], optional = true
6868
clap = { version = "4.2", features = ["derive"], optional = true }
6969
proc-exit = { version = "2.0", optional = true }
7070
env_logger = { version = "0.10.0", optional = true }
71-
git2 = { version = "0.18.0", default-features = false, features = ["vendored-libgit2"] }
71+
git2 = { version = ">=0.16, <=0.18", default-features = false, features = ["vendored-libgit2"] }
7272
log = "0.4.17"
7373

7474
[dev-dependencies]

0 commit comments

Comments
 (0)