Run cargo update (#8703)

Pull in https://github.com/prefix-dev/async_http_range_reader/pull/19,
removes a version of `itertools`.
This commit is contained in:
Charlie Marsh
2024-11-01 10:26:21 -04:00
committed by GitHub
parent 049ccf7d77
commit f4da6ffdd6
6 changed files with 83 additions and 87 deletions
+5 -5
View File
@@ -4,18 +4,18 @@ version = 3
[[package]]
name = "cc"
version = "1.1.21"
version = "1.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0"
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
dependencies = [
"shlex",
]
[[package]]
name = "libc"
version = "0.2.158"
version = "0.2.161"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
[[package]]
name = "libmimalloc-sys"
@@ -63,7 +63,7 @@ dependencies = [
]
[[package]]
name = "uv-production-memory-allocator"
name = "uv-performance-memory-allocator"
version = "0.1.0"
dependencies = [
"mimalloc",
@@ -2,6 +2,7 @@
name = "uv-performance-memory-allocator"
version = "0.1.0"
publish = false
edition = "2021"
[lib]
doctest = false