Skip to content

Commit b02ff0d

Browse files
committed
11.0.1 release
1 parent d3c6767 commit b02ff0d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qsv"
3-
version = "11.0.0" #:version
3+
version = "11.0.1" #:version
44
authors = ["Joel Natividad <[email protected]>"]
55
description = "A Blazing-Fast Data-wrangling toolkit."
66
documentation = "https://github.com/dathere/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit"
@@ -336,9 +336,9 @@ jsonschema = { git = "https://github.com/Stranger6667/jsonschema", rev = "9748dc
336336
# use upstream of mimalloc with unreleased fixes
337337
mimalloc = { git = "https://github.com/purpleprotocol/mimalloc_rust", rev = "0a32a38", optional = true }
338338

339-
# use upstream of self_update with unreleased fixes and dependencies
340-
self_update = { git = "https://github.com/jaemk/self_update", rev = "9ec008b", optional = true }
341-
339+
# use our patched fork of self_update with bumped dependencies
340+
# the latest upstream has replaced reqwest which breaks our build
341+
self_update = { git = "https://github.com/jqnatividad/self_update", branch = "bump-deps-july2025", optional = true }
342342
# use our patched fork of sled to get rid of unmaintained instant
343343
sled = { git = "https://github.com/dathere/sled", branch = "v0.34.7-bumped-parking_lot_to_0.12" }
344344

0 commit comments

Comments
 (0)