Skip to content

Commit 3f97ca1

Browse files
committed
cargo update
1 parent 53d0704 commit 3f97ca1

47 files changed

Lines changed: 25 additions & 138516 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ classifier = [
5050

5151
[dependencies]
5252
associative-cache = { version = "1" }
53-
bytecount = { path = "./bytecount", default_features = false, features = ["generic-simd", "runtime-dispatch-simd"] }
54-
encoding_rs = { path = "./encoding_rs", default_features = false }
53+
bytecount = { version = "0.6", default_features = false, features = ["generic-simd", "runtime-dispatch-simd"] }
54+
encoding_rs = { version = "0.8", default_features = false }
5555
inlinable_string = { version = "0.1" }
5656
itoa = { version = "0.4", default_features = false }
5757
once_cell = { version = "1", default_features = false }
@@ -63,7 +63,7 @@ smallvec = { version = "1", default_features = false, features = ["const_generic
6363
wyhash = { version = "0.4" }
6464

6565
[target.'cfg(any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "i686", target_arch = "armv7"))'.dependencies]
66-
encoding_rs = { path = "./encoding_rs", default_features = false, features = ["simd-accel"] }
66+
encoding_rs = { version = "0.8", default_features = false, features = ["simd-accel"] }
6767

6868
[profile.release]
6969
codegen-units = 1

bytecount/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

bytecount/Cargo.toml

Lines changed: 0 additions & 35 deletions
This file was deleted.

bytecount/LICENSE.Apache2

Lines changed: 0 additions & 201 deletions
This file was deleted.

bytecount/LICENSE.MIT

Lines changed: 0 additions & 19 deletions
This file was deleted.

bytecount/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)