release: bosion v1.0.1 (#623)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-07-02 23:47:13 +00:00 committed by GitHub
parent afe317d4ee
commit 96bf3d231e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 142 additions and 278 deletions

412
Cargo.lock generated
View File

@ -167,7 +167,7 @@ dependencies = [
"async-lock",
"async-task",
"concurrent-queue",
"fastrand",
"fastrand 1.9.0",
"futures-lite",
"slab",
]
@ -386,14 +386,14 @@ dependencies = [
"async-lock",
"async-task",
"atomic-waker",
"fastrand",
"fastrand 1.9.0",
"futures-lite",
"log",
]
[[package]]
name = "bosion"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"gix",
"time 0.3.21",
@ -873,6 +873,12 @@ dependencies = [
"instant",
]
[[package]]
name = "fastrand"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
[[package]]
name = "filetime"
version = "0.2.21"
@ -973,7 +979,7 @@ version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
"fastrand",
"fastrand 1.9.0",
"futures-core",
"futures-io",
"memchr",
@ -1065,38 +1071,38 @@ dependencies = [
[[package]]
name = "gix"
version = "0.47.0"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f5281c55e0a7415877d91a15fae4a10ec7444615d64d78e48c07f20bcfcd9b"
checksum = "c1e74cea676de7f53a79f3c0365812b11f6814b81e671b8ee4abae6ca09c7881"
dependencies = [
"gix-actor 0.22.0",
"gix-actor",
"gix-attributes",
"gix-commitgraph",
"gix-config 0.24.0",
"gix-config",
"gix-credentials",
"gix-date 0.6.0",
"gix-date",
"gix-diff",
"gix-discover",
"gix-features 0.31.0",
"gix-fs 0.3.0",
"gix-glob 0.9.0",
"gix-features",
"gix-fs",
"gix-glob",
"gix-hash",
"gix-hashtable",
"gix-ignore",
"gix-index",
"gix-lock 7.0.0",
"gix-lock",
"gix-mailmap",
"gix-negotiate",
"gix-object 0.31.0",
"gix-object",
"gix-odb",
"gix-pack",
"gix-path",
"gix-prompt",
"gix-ref 0.31.0",
"gix-ref",
"gix-refspec",
"gix-revision",
"gix-sec",
"gix-tempfile 7.0.0",
"gix-tempfile",
"gix-trace",
"gix-traverse",
"gix-url",
@ -1113,27 +1119,13 @@ dependencies = [
[[package]]
name = "gix-actor"
version = "0.20.0"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "848efa0f1210cea8638f95691c82a46f98a74b9e3524f01d4955ebc25a8f84f3"
checksum = "1969b77b9ee4cc1755c841987ec6f7622aaca95e952bcafb76973ae59d1b8716"
dependencies = [
"bstr",
"btoi",
"gix-date 0.5.0",
"itoa",
"nom",
"thiserror",
]
[[package]]
name = "gix-actor"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b70d0d809ee387113df810ab4ebe585a076e35ae6ed59b5b280072146955a3ff"
dependencies = [
"bstr",
"btoi",
"gix-date 0.6.0",
"gix-date",
"itoa",
"nom",
"thiserror",
@ -1141,12 +1133,12 @@ dependencies = [
[[package]]
name = "gix-attributes"
version = "0.14.0"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d7006cc5a508514207154046e18c3c39d98ba98f865ada83b6f3f3886543bb"
checksum = "e3772b0129dcd1fc73e985bbd08a1482d082097d2915cb1ee31ce8092b8e4434"
dependencies = [
"bstr",
"gix-glob 0.9.0",
"gix-glob",
"gix-path",
"gix-quote",
"kstring",
@ -1185,13 +1177,13 @@ dependencies = [
[[package]]
name = "gix-commitgraph"
version = "0.17.0"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e498e98d0b477d6a1c1608bee39db201e7a38873460a130a97ce88b4d95b6e1"
checksum = "ed42baa50075d41c1a0931074ce1a97c5797c7c6fe7591d9f1f2dcd448532c26"
dependencies = [
"bstr",
"gix-chunk",
"gix-features 0.31.0",
"gix-features",
"gix-hash",
"memmap2",
"thiserror",
@ -1199,38 +1191,16 @@ dependencies = [
[[package]]
name = "gix-config"
version = "0.22.0"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d252a0eddb6df74600d3d8872dc9fe98835a7da43110411d705b682f49d4ac1"
checksum = "817688c7005a716d9363e267913526adea402dabd947f4ba63842d10cc5132af"
dependencies = [
"bstr",
"gix-config-value",
"gix-features 0.29.0",
"gix-glob 0.7.0",
"gix-features",
"gix-glob",
"gix-path",
"gix-ref 0.29.1",
"gix-sec",
"log",
"memchr",
"nom",
"once_cell",
"smallvec",
"thiserror",
"unicode-bom",
]
[[package]]
name = "gix-config"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33b32541232a2c626849df7843e05b50cb43ac38a4f675abbe2f661874fc1e9d"
dependencies = [
"bstr",
"gix-config-value",
"gix-features 0.31.0",
"gix-glob 0.9.0",
"gix-path",
"gix-ref 0.31.0",
"gix-ref",
"gix-sec",
"log",
"memchr",
@ -1243,9 +1213,9 @@ dependencies = [
[[package]]
name = "gix-config-value"
version = "0.12.2"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4783caa23062f86acfd1bc9e72c62250923d1673171ce1a524d9486f8a4556a8"
checksum = "83960be5e99266bcf55dae5a24731bbd39f643bfb68f27e939d6b06836b5b87d"
dependencies = [
"bitflags 2.2.1",
"bstr",
@ -1256,9 +1226,9 @@ dependencies = [
[[package]]
name = "gix-credentials"
version = "0.16.0"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dcec518a8db5b2e342ea7a2e785f46fd176b1b689ddd3f43052701bf3fa8ee3"
checksum = "75a75565e0e6e7f80cfa4eb1b05cc448c6846ddd48dcf413a28875fbc11ee9af"
dependencies = [
"bstr",
"gix-command",
@ -1272,21 +1242,9 @@ dependencies = [
[[package]]
name = "gix-date"
version = "0.5.0"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99056f37270715f5c7584fd8b46899a2296af9cae92463bf58b8bd1f5a78e553"
dependencies = [
"bstr",
"itoa",
"thiserror",
"time 0.3.21",
]
[[package]]
name = "gix-date"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0213f923d63c2c7d10799c1977f42df38ec586ebbf1d14fd00dfa363ac994c2b"
checksum = "8e9a04a1d2387c955ec91059d56b673000dd24f3c07cad08ed253e36381782bf"
dependencies = [
"bstr",
"itoa",
@ -1296,48 +1254,36 @@ dependencies = [
[[package]]
name = "gix-diff"
version = "0.31.0"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5049dd5a60d5608912da0ab184f35064901f192f4adf737716789715faffa080"
checksum = "aaf5d9b9b521b284ebe53ee69eee33341835ec70edc314f36b2100ea81396121"
dependencies = [
"gix-hash",
"gix-object 0.31.0",
"gix-object",
"imara-diff",
"thiserror",
]
[[package]]
name = "gix-discover"
version = "0.20.0"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c14865cb9c6eb817d6a8d53595f1051239d2d31feae7a5e5b2f00910c94a8eb4"
checksum = "272aad20dc63dedba76615373dd8885fb5aebe4795e5b5b0aa2a24e63c82085c"
dependencies = [
"bstr",
"dunce",
"gix-hash",
"gix-path",
"gix-ref 0.31.0",
"gix-ref",
"gix-sec",
"thiserror",
]
[[package]]
name = "gix-features"
version = "0.29.0"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf69b0f5c701cc3ae22d3204b671907668f6437ca88862d355eaf9bc47a4f897"
dependencies = [
"gix-hash",
"libc",
"sha1_smol",
"walkdir",
]
[[package]]
name = "gix-features"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae82dfceec06c034728c530399ee449f97b1e542e191247c52c169ca6af1fd89"
checksum = "06142d8cff5d17509399b04052b64d2f9b3a311d5cff0b1a32b220f62cd0d595"
dependencies = [
"crc32fast",
"flate2",
@ -1351,45 +1297,24 @@ dependencies = [
"walkdir",
]
[[package]]
name = "gix-fs"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b37a1832f691fdc09910bd267f9a2e413737c1f9ec68c6e31f9e802616278a9"
dependencies = [
"gix-features 0.29.0",
]
[[package]]
name = "gix-fs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb15956bc0256594c62a2399fcf6958a02a11724217eddfdc2b49b21b6292496"
dependencies = [
"gix-features 0.31.0",
"gix-features",
]
[[package]]
name = "gix-glob"
version = "0.7.0"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c07c98204529ac3f24b34754540a852593d2a4c7349008df389240266627a72a"
checksum = "c18bdff83143d61e7d60da6183b87542a870d026b2a2d0b30170b8e9c0cd321a"
dependencies = [
"bitflags 2.2.1",
"bstr",
"gix-features 0.29.0",
"gix-path",
]
[[package]]
name = "gix-glob"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f45cd7ab22faf154db0a9f5a8011ba9cda8b298b61b7299f43a21bbaf0b3f208"
dependencies = [
"bitflags 2.2.1",
"bstr",
"gix-features 0.31.0",
"gix-features",
"gix-path",
]
@ -1405,42 +1330,42 @@ dependencies = [
[[package]]
name = "gix-hashtable"
version = "0.2.2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cfd7f4ea905c13579565e3c264ca2c4103d192bd5fce2300c5a884cf1977d61"
checksum = "9e133bc56d938eaec1c675af7c681a51de9662b0ada779f45607b967a10da77a"
dependencies = [
"gix-hash",
"hashbrown 0.13.2",
"hashbrown 0.14.0",
"parking_lot",
]
[[package]]
name = "gix-ignore"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27e82dec6975012b710837c6cd56353c3111d2308e016118bfc59275fcc8b5d0"
checksum = "ca801f2d0535210f77b33e2c067d565aedecacc82f1b3dbce26da1388ebc4634"
dependencies = [
"bstr",
"gix-glob 0.9.0",
"gix-glob",
"gix-path",
"unicode-bom",
]
[[package]]
name = "gix-index"
version = "0.19.0"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ef2fa392d351e62ac3a6309146f61880abfbe0c07474e075d3b2ac78a6834a5"
checksum = "68099abdf6ee50ae3c897e8b05de96871cbe54d52a37cdf559101f911b883562"
dependencies = [
"bitflags 2.2.1",
"bstr",
"btoi",
"filetime",
"gix-bitmap",
"gix-features 0.31.0",
"gix-features",
"gix-hash",
"gix-lock 7.0.0",
"gix-object 0.31.0",
"gix-lock",
"gix-object",
"gix-traverse",
"itoa",
"memmap2",
@ -1448,51 +1373,40 @@ dependencies = [
"thiserror",
]
[[package]]
name = "gix-lock"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c693d7f05730fa74a7c467150adc7cea393518410c65f0672f80226b8111555"
dependencies = [
"gix-tempfile 5.0.3",
"gix-utils",
"thiserror",
]
[[package]]
name = "gix-lock"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "328f50aad713ab606caeaf834459ef915ccdfbb9133ac6cd54616d601aa9249f"
dependencies = [
"gix-tempfile 7.0.0",
"gix-tempfile",
"gix-utils",
"thiserror",
]
[[package]]
name = "gix-mailmap"
version = "0.14.0"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0bef8d360a6a9fc5a6d872471588d8ca7db77b940e48ff20c3b4706ad5f481d"
checksum = "1787e3c37fc43b1f7c0e3be6196c6837b3ba5f869190dfeaa444b816f0a7f34b"
dependencies = [
"bstr",
"gix-actor 0.22.0",
"gix-date 0.6.0",
"gix-actor",
"gix-date",
"thiserror",
]
[[package]]
name = "gix-negotiate"
version = "0.3.0"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b626aafb9f4088058f1baa5d2029b2191820c84f6c81e43535ba70bfdc7b7d56"
checksum = "4e7bce64d4452dd609f44d04b14b29da2e0ad2c45fcdf4ce1472a5f5f8ec21c2"
dependencies = [
"bitflags 2.2.1",
"gix-commitgraph",
"gix-date 0.6.0",
"gix-date",
"gix-hash",
"gix-object 0.31.0",
"gix-object",
"gix-revwalk",
"smallvec",
"thiserror",
@ -1500,34 +1414,15 @@ dependencies = [
[[package]]
name = "gix-object"
version = "0.29.2"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d96bd620fd08accdd37f70b2183cfa0b001b4f1c6ade8b7f6e15cb3d9e261ce"
checksum = "a953f3d7ffad16734aa3ab1d05807972c80e339d1bd9dde03e0198716b99e2a6"
dependencies = [
"bstr",
"btoi",
"gix-actor 0.20.0",
"gix-features 0.29.0",
"gix-hash",
"gix-validate",
"hex",
"itoa",
"nom",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-object"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "255e477ae4cc8d10778238f011e6125b01cc0e7067dc8df87acd67a428a81f20"
dependencies = [
"bstr",
"btoi",
"gix-actor 0.22.0",
"gix-date 0.6.0",
"gix-features 0.31.0",
"gix-actor",
"gix-date",
"gix-features",
"gix-hash",
"gix-validate",
"hex",
@ -1539,15 +1434,15 @@ dependencies = [
[[package]]
name = "gix-odb"
version = "0.48.0"
version = "0.49.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b73469f145d1e6afbcfd0ab6499a366fbbcb958c2999d41d283d6c7b94024b9"
checksum = "f6418cff00ecc2713b58c8e04bff30dda808fbba1a080e7248b299d069894a01"
dependencies = [
"arc-swap",
"gix-date 0.6.0",
"gix-features 0.31.0",
"gix-date",
"gix-features",
"gix-hash",
"gix-object 0.31.0",
"gix-object",
"gix-pack",
"gix-path",
"gix-quote",
@ -1558,19 +1453,19 @@ dependencies = [
[[package]]
name = "gix-pack"
version = "0.38.0"
version = "0.39.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1f3bcd1aaa72aea7163b147d2bde2480a01eadefc774a479d38f29920f7f1c8"
checksum = "414935138d90043ea5898de7a93f02c2558e52652492719470e203ef26a8fd0a"
dependencies = [
"clru",
"gix-chunk",
"gix-diff",
"gix-features 0.31.0",
"gix-features",
"gix-hash",
"gix-hashtable",
"gix-object 0.31.0",
"gix-object",
"gix-path",
"gix-tempfile 7.0.0",
"gix-tempfile",
"gix-traverse",
"memmap2",
"parking_lot",
@ -1580,9 +1475,9 @@ dependencies = [
[[package]]
name = "gix-path"
version = "0.8.2"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea2a19d82dd55e5fad1d606b8a1ad2f7a804e10caa2efbb169cd37e0a07ede0"
checksum = "dfca182d2575ded2ed38280f1ebf75cd5d3790b77e0872de07854cf085821fbe"
dependencies = [
"bstr",
"gix-trace",
@ -1617,39 +1512,19 @@ dependencies = [
[[package]]
name = "gix-ref"
version = "0.29.1"
version = "0.32.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e03989e9d49954368e1b526578230fc7189d1634acdfbe79e9ba1de717e15d5"
checksum = "39453f4e5f23cddc2e6e4cca2ba20adfdbec29379e3ca829714dfe98ae068ccd"
dependencies = [
"gix-actor 0.20.0",
"gix-features 0.29.0",
"gix-fs 0.1.1",
"gix-actor",
"gix-date",
"gix-features",
"gix-fs",
"gix-hash",
"gix-lock 5.0.1",
"gix-object 0.29.2",
"gix-lock",
"gix-object",
"gix-path",
"gix-tempfile 5.0.3",
"gix-validate",
"memmap2",
"nom",
"thiserror",
]
[[package]]
name = "gix-ref"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b6c74873a9d8ff5d1310f2325f09164c15a91402ab5cde4d479ae12ff55ed69"
dependencies = [
"gix-actor 0.22.0",
"gix-date 0.6.0",
"gix-features 0.31.0",
"gix-fs 0.3.0",
"gix-hash",
"gix-lock 7.0.0",
"gix-object 0.31.0",
"gix-path",
"gix-tempfile 7.0.0",
"gix-tempfile",
"gix-validate",
"memmap2",
"nom",
@ -1658,9 +1533,9 @@ dependencies = [
[[package]]
name = "gix-refspec"
version = "0.12.0"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca1bc6c40bad62570683d642fcb04e977433ac8f76b674860ef7b1483c1f8990"
checksum = "b8e76ff1f82fba295a121e31ab02f69642994e532c45c0c899aa393f4b740302"
dependencies = [
"bstr",
"gix-hash",
@ -1672,39 +1547,39 @@ dependencies = [
[[package]]
name = "gix-revision"
version = "0.16.0"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3751d6643d731fc5829d2f43ca049f4333c968f30908220ba0783c9dfe5010c"
checksum = "237428a7d3978e8572964e1e45d984027c2acc94df47e594baa6c4b0da7c9922"
dependencies = [
"bstr",
"gix-date 0.6.0",
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object 0.31.0",
"gix-object",
"gix-revwalk",
"thiserror",
]
[[package]]
name = "gix-revwalk"
version = "0.2.0"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "144995229c6e5788b1c7386f8a3f7146ace3745c9a6b56cef9123a7d83b110c5"
checksum = "028d50fcaf8326a8f79a359490d9ca9fb4e2b51ac9ac86503560d0bcc888d2eb"
dependencies = [
"gix-commitgraph",
"gix-date 0.6.0",
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object 0.31.0",
"gix-object",
"smallvec",
"thiserror",
]
[[package]]
name = "gix-sec"
version = "0.8.2"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47f09860e2ddc7b13119e410c46d8e9f870acc7933fb53ae65817af83a8c9f80"
checksum = "ede298863db2a0574a14070991710551e76d1f47c9783b62d4fcbca17f56371c"
dependencies = [
"bitflags 2.2.1",
"gix-path",
@ -1712,26 +1587,13 @@ dependencies = [
"windows 0.48.0",
]
[[package]]
name = "gix-tempfile"
version = "5.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71a0d32f34e71e86586124225caefd78dabc605d0486de580d717653addf182"
dependencies = [
"gix-fs 0.1.1",
"libc",
"once_cell",
"parking_lot",
"tempfile",
]
[[package]]
name = "gix-tempfile"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fac8310c17406ea619af72f42ee46dac795110f68f41b4f4fa231b69889c6a2"
dependencies = [
"gix-fs 0.3.0",
"gix-fs",
"libc",
"once_cell",
"parking_lot",
@ -1742,21 +1604,21 @@ dependencies = [
[[package]]
name = "gix-trace"
version = "0.1.1"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff8a60073500f4d6edd181432ee11394d843db7dcf05756aa137a1233b1cbf6"
checksum = "103eac621617be3ebe0605c9065ca51a223279a23218aaf67d10daa6e452f663"
[[package]]
name = "gix-traverse"
version = "0.28.0"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3f6bba1686bfbc7e0e93d4932bc6e14d479c9c9524f7c8d65b25d2a9446a99e"
checksum = "e3cdfd54598db4fae57d5ae6f52958422b2d13382d2745796bfe5c8015ffa86e"
dependencies = [
"gix-commitgraph",
"gix-date 0.6.0",
"gix-date",
"gix-hash",
"gix-hashtable",
"gix-object 0.31.0",
"gix-object",
"gix-revwalk",
"smallvec",
"thiserror",
@ -1764,12 +1626,12 @@ dependencies = [
[[package]]
name = "gix-url"
version = "0.20.0"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff1f984816338039b151a9f5dae6100e1e51e438cf61242ea8136fedc574d825"
checksum = "beaede6dbc83f408b19adfd95bb52f1dbf01fb8862c3faf6c6243e2e67fcdfa1"
dependencies = [
"bstr",
"gix-features 0.31.0",
"gix-features",
"gix-path",
"home",
"thiserror",
@ -1778,11 +1640,11 @@ dependencies = [
[[package]]
name = "gix-utils"
version = "0.1.3"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ca284c260845bc0724050aec59c7a596407678342614cdf5a1d69e044f29a36"
checksum = "7058c94f4164fcf5b8457d35f6d8f6e1007f9f7f938c9c7684a7e01d23c6ddde"
dependencies = [
"fastrand",
"fastrand 2.0.0",
]
[[package]]
@ -1797,20 +1659,20 @@ dependencies = [
[[package]]
name = "gix-worktree"
version = "0.20.0"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ee22549d6723189366235e1c6959ccdac73b58197cdbb437684eaa2169edcb9"
checksum = "c1363b9aa66b9e14412ac04e1f759827203f491729d92172535a8ce6cde02efa"
dependencies = [
"bstr",
"filetime",
"gix-attributes",
"gix-features 0.31.0",
"gix-fs 0.3.0",
"gix-glob 0.9.0",
"gix-features",
"gix-fs",
"gix-glob",
"gix-hash",
"gix-ignore",
"gix-index",
"gix-object 0.31.0",
"gix-object",
"gix-path",
"io-close",
"thiserror",
@ -1859,9 +1721,9 @@ dependencies = [
[[package]]
name = "hashbrown"
version = "0.13.2"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
[[package]]
name = "hdrhistogram"
@ -2053,7 +1915,7 @@ version = "1.3.1"
dependencies = [
"dunce",
"futures",
"gix-config 0.22.0",
"gix-config",
"ignore",
"miette",
"project-origins",
@ -2335,9 +2197,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memmap2"
version = "0.5.10"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
dependencies = [
"libc",
]
@ -3309,7 +3171,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
dependencies = [
"cfg-if",
"fastrand",
"fastrand 1.9.0",
"redox_syscall 0.3.5",
"rustix",
"windows-sys 0.45.0",

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v1.0.1 (2023-07-02)
- Dep: upgrade to gix 0.44
## v1.0.0 (2023-03-05)

View File

@ -1,6 +1,6 @@
[package]
name = "bosion"
version = "1.0.0"
version = "1.0.1"
authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0 OR MIT"

View File

@ -15,7 +15,7 @@ In your `Cargo.toml`:
```toml
[build-dependencies]
bosion = "1.0.0"
bosion = "1.0.1"
```
In your `build.rs`:

View File

@ -110,7 +110,7 @@ shadow-rs = "0.22.0"
embed-resource = "2.1.1"
[build-dependencies.bosion]
version = "1.0.0"
version = "1.0.1"
path = "../bosion"
[features]