Skip to content

Commit fb2b80f

Browse files
santigimenoruyadorno
authored andcommittedSep 16, 2023
deps: upgrade to libuv 1.45.0
- linux: introduce io_uring support libuv/libuv#3952 - src: add new metrics APIs libuv/libuv#3749 - unix,win: give thread pool threads an 8 MB stack libuv/libuv#3787 - win,unix: change execution order of timers libuv/libuv#3927 Fixes: #43931 Fixes: #42496 Fixes: #47715 Fixes: #47259 Fixes: #47241 PR-URL: #48078 Backport-PR-URL: #49591 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
1 parent 3a8586b commit fb2b80f

File tree

267 files changed

+6911
-4722
lines changed

Some content is hidden

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

267 files changed

+6911
-4722
lines changed
 

‎deps/uv/.mailmap

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Keno Fischer <kenof@stanford.edu> <kfischer+github@college.harvard.edu>
2929
Keno Fischer <kenof@stanford.edu> <kfischer@college.harvard.edu>
3030
Leith Bade <leith@leithalweapon.geek.nz> <leith@mapbox.com>
3131
Leonard Hecker <leonard.hecker91@gmail.com> <leonard@hecker.io>
32+
Lewis Russell <me@lewisr.dev> <lewis6991@gmail.com>
3233
Maciej Małecki <maciej.malecki@notimplemented.org> <me@mmalecki.com>
3334
Marc Schlaich <marc.schlaich@googlemail.com> <marc.schlaich@gmail.com>
3435
Michael <michael_dawson@ca.ibm.com>
@@ -60,5 +61,7 @@ gengjiawen <technicalcute@gmail.com>
6061
jBarz <jBarz@users.noreply.github.com> <jbarboza@ca.ibm.com>
6162
jBarz <jBarz@users.noreply.github.com> <jbarz@users.noreply.github.com>
6263
ptlomholt <pt@lomholt.com>
64+
theanarkh <2923878201@qq.com> <theratliter@gmail.com>
6365
tjarlama <59913901+tjarlama@users.noreply.github.com> <tjarlama@gmail.com>
66+
ywave620 <rogertyang@tencent.com> <60539365+ywave620@users.noreply.github.com>
6467
zlargon <zlargon1988@gmail.com>

‎deps/uv/.readthedocs.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ sphinx:
55
configuration: null
66
fail_on_warning: false
77

8+
build:
9+
tools:
10+
python: "3.9"
11+
812
python:
9-
version: 3.8
1013
install:
1114
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)
Please sign in to comment.