Skip to content

Commit 74ad2eb

Browse files
dependabot[bot]arxanas
authored andcommitted
build: bump once_cell from 1.17.1 to 1.18.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.1 to 1.18.0. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.17.1...v1.18.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ef9a1b commit 74ad2eb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

git-branchless-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ git2 = { version = "0.17.2", default-features = false }
6060
indicatif = { version = "0.17.5", features = ["improved_unicode"] }
6161
itertools = "0.10.3"
6262
lazy_static = "1.4.0"
63-
once_cell = "1.17.1"
63+
once_cell = "1.18.0"
6464
rayon = "1.7.0"
6565
regex = "1.8.4"
6666
rusqlite = { version = "0.29.0", features = ["bundled"] }

git-branchless-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ eyre = "0.6.8"
1313
itertools = "0.10.5"
1414
lazy_static = "1.4.0"
1515
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
16-
once_cell = "1.17.1"
16+
once_cell = "1.18.0"
1717
portable-pty = "0.8.1"
1818
regex = "1.8.4"
1919
tempfile = "3.5.0"

git-branchless/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lazy_static = "1.4.0"
4545
lib = { package = "git-branchless-lib", version = "0.7.0", path = "../git-branchless-lib" }
4646
man = "0.3.0"
4747
num_cpus = "1.13.1"
48-
once_cell = "1.17.1"
48+
once_cell = "1.18.0"
4949
path-slash = "0.2.1"
5050
rayon = "1.7.0"
5151
regex = "1.8.4"

0 commit comments

Comments
 (0)