Skip to content

Commit

Permalink
Merge pull request #1131 from alexanderkjall/bump-memmap2-to-0.9
Browse files Browse the repository at this point in the history
upgrade memmap2 from 0.7.1 to 0.9.0
  • Loading branch information
Byron authored Nov 25, 2023
2 parents d8452a0 + f4c3380 commit f528ae8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions 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 gix-commitgraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gix-hash = { version = "^0.13.1", path = "../gix-hash" }
gix-chunk = { version = "^0.4.4", path = "../gix-chunk" }

bstr = { version = "1.3.0", default-features = false, features = ["std"] }
memmap2 = "0.7.0"
memmap2 = "0.9.0"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
thiserror = "1.0.26"

Expand Down
2 changes: 1 addition & 1 deletion gix-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gix-lock = { version = "^11.0.0", path = "../gix-lock" }
gix-fs = { version = "^0.8.0", path = "../gix-fs" }

thiserror = "1.0.32"
memmap2 = "0.7.0"
memmap2 = "0.9.0"
filetime = "0.2.15"
bstr = { version = "1.3.0", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion gix-pack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gix-hashtable = { version = "^0.4.0", path = "../gix-hashtable" }
gix-traverse = { version = "^0.34.0", path = "../gix-traverse", optional = true }
gix-diff = { version = "^0.37.0", path = "../gix-diff", default-features = false, optional = true }

memmap2 = "0.7.0"
memmap2 = "0.9.0"
smallvec = "1.3.0"
parking_lot = { version = "0.12.0", default-features = false }
thiserror = "1.0.26"
Expand Down
2 changes: 1 addition & 1 deletion gix-pack/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ maplit = "1.0.2"
gix-object = { path = "../../gix-object" }
gix-traverse = { path = "../../gix-traverse" }
gix-hash = { path = "../../gix-hash" }
memmap2 = "0.7.0"
memmap2 = "0.9.0"
2 changes: 1 addition & 1 deletion gix-ref/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ winnow = { version = "0.5.14", features = ["simd"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}

# packed refs
memmap2 = "0.7.0"
memmap2 = "0.9.0"

document-features = { version = "0.2.1", optional = true }

Expand Down

0 comments on commit f528ae8

Please sign in to comment.