Skip to content

Commit 2b0e27e

Browse files
committed
cargo update -p bytecount
Commit range: llogiq/bytecount@b0f5fba...8dcd437 The full log: ``` Updating bytecount v0.6.0 -> v0.6.2 Adding libm v0.1.4 Removing packed_simd v0.3.3 Adding packed_simd_2 v0.3.4 ```
1 parent 79348f4 commit 2b0e27e

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

Cargo.lock

+13-6
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,11 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
252252

253253
[[package]]
254254
name = "bytecount"
255-
version = "0.6.0"
255+
version = "0.6.2"
256256
source = "registry+https://github.com/rust-lang/crates.io-index"
257-
checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e"
257+
checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
258258
dependencies = [
259-
"packed_simd",
259+
"packed_simd_2",
260260
]
261261

262262
[[package]]
@@ -1901,6 +1901,12 @@ dependencies = [
19011901
"pkg-config",
19021902
]
19031903

1904+
[[package]]
1905+
name = "libm"
1906+
version = "0.1.4"
1907+
source = "registry+https://github.com/rust-lang/crates.io-index"
1908+
checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
1909+
19041910
[[package]]
19051911
name = "libnghttp2-sys"
19061912
version = "0.1.4+1.41.0"
@@ -2435,12 +2441,13 @@ dependencies = [
24352441
]
24362442

24372443
[[package]]
2438-
name = "packed_simd"
2439-
version = "0.3.3"
2444+
name = "packed_simd_2"
2445+
version = "0.3.4"
24402446
source = "registry+https://github.com/rust-lang/crates.io-index"
2441-
checksum = "a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220"
2447+
checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
24422448
dependencies = [
24432449
"cfg-if 0.1.10",
2450+
"libm",
24442451
]
24452452

24462453
[[package]]

0 commit comments

Comments
 (0)