Closed dependabot[bot] closed 2 months ago
Bumps the pointercrate group with 20 updates:
1.0.207
1.0.208
1.0.124
1.0.125
1.39.2
1.39.3
1.16.3
1.17.0
1.1.10
1.1.13
2.3.0
2.4.0
0.4.12
0.4.13
0.3.69
0.3.70
0.2.155
0.2.157
2.0.74
2.0.75
0.3.2
0.3.3
0.2.92
0.2.93
0.4.42
0.4.43
Updates serde from 1.0.207 to 1.0.208
serde
Sourced from serde's releases.
v1.0.208 Support serializing and deserializing unit structs in a flatten field (#2802, thanks @jonhoo)
flatten
@jonhoo
026e91a
bfbedac
4036ff8
Updates serde_json from 1.0.124 to 1.0.125
serde_json
Sourced from serde_json's releases.
1.0.125 Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172, #1175, thanks @purplesyringa)
@purplesyringa
6130f9b
cc7a160
0f942e5
d8921cd
b4bc643
94a2aad
8073fc1
96ae604
236cc82
2f28d10
Updates tokio from 1.39.2 to 1.39.3
tokio
Sourced from tokio's releases.
Tokio v1.39.3 1.39.3 (August 17th, 2024) This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#6772) #6772: tokio-rs/tokio#6772
This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#6772)
#6772: tokio-rs/tokio#6772
3d439ab
b2ea40b
Updates bytemuck from 1.16.3 to 1.17.0
bytemuck
Sourced from bytemuck's changelog.
1.17.0 Makes the must_cast versions of the by-value and by-ref casts be const. The mut ref cast is unaffected for now (mut references aren't yet stable in const fn). This increases the MSRV of using that particular feature from 1.57 to 1.64.
must_cast
const
const fn
3c42ba7
413aaaf
faff804
7be8c67
bb62be5
5eecd33
243302d
NoUninit
e1baf85
Updates cc from 1.1.10 to 1.1.13
cc
Sourced from cc's releases.
cc-v1.1.13 Other Fix detect family: should detect emscripten as clang, closes #1185 (#1186) cc-v1.1.12 Other improve docs (#1183) cc-v1.1.11 Other Add support for parsing shell encoded *FLAGS (#1181) Replace vector of tuples with BTreeMap which already is sorted and free of duplicates (#1177)
*FLAGS
Sourced from cc's changelog.
1.1.13 - 2024-08-16 Other Fix detect family: should detect emscripten as clang, closes #1185 (#1186) 1.1.12 - 2024-08-15 Other improve docs (#1183) 1.1.11 - 2024-08-14 Other Add support for parsing shell encoded *FLAGS (#1181) Replace vector of tuples with BTreeMap which already is sorted and free of duplicates (#1177)
ee14401
d3ff011
9b77c3f
dcbe0f1
CC_SHELL_ESCAPED_FLAGS
b0e44c7
ebe335c
eb33906
Updates indexmap from 2.3.0 to 2.4.0
indexmap
Sourced from indexmap's changelog.
2.4.0 Added methods IndexMap::append and IndexSet::append, moving all items from one map or set into another, and leaving the original capacity for reuse.
IndexMap::append
IndexSet::append
b66bbfe
a288bf3
ordermap
0b2b4b9
8c0a1cd
append
Updates is-terminal from 0.4.12 to 0.4.13
is-terminal
d51b42d
46fbb04
Updates js-sys from 0.3.69 to 0.3.70
js-sys
Updates libc from 0.2.155 to 0.2.157
libc
Sourced from libc's releases.
0.2.157 Added Apple: add _NSGetArgv, _NSGetArgc and _NSGetProgname in rust-lang/libc#3702 Build: add RUSTC_WRAPPER support in rust-lang/libc#3845 FreeBSD: add execvpe support from 14.1 release in rust-lang/libc#3745 Fuchsia: add SO_BINDTOIFINDEX Linux: add klogctl in rust-lang/libc#3777 MacOS: add fcntl OFD commands in rust-lang/libc#3563 NetBSD: add _lwp_park in rust-lang/libc#3721 Solaris: add missing networking support in rust-lang/libc#3717 Unix: add pthread_equal in rust-lang/libc#3773 WASI: add select, FD_SET, FD_ZERO, FD_ISSET in rust-lang/libc#3681 Fixed TEEOS: fix octal notation for O_* constants in rust-lang/libc#3841 Changed FreeBSD: always use freebsd12 when rustc_dep_of_std is set in rust-lang/libc#3723 0.2.156 Added Apple: add F_ALLOCATEPERSIST in rust-lang/libc#3712 Apple: add os_sync_wait_on_address and related definitions in rust-lang/libc#3769 BSD: generalise IPV6_DONTFRAG to all BSD targets in rust-lang/libc#3716 FreeBSD/DragonFly: add IP_RECVTTL/IPV6_RECVHOPLIMIT in rust-lang/libc#3751 Hurd: add XATTR_CREATE, XATTR_REPLACE in rust-lang/libc#3739 Linux GNU: confstr API and _CS_* in rust-lang/libc#3771 Linux musl: add preadv2 and pwritev2 (1.2.5 min.) in rust-lang/libc#3762 VxWorks: add the constant SOMAXCONN in rust-lang/libc#3761 VxWorks: add a few errnoLib related constants in rust-lang/libc#3780 Fixed Solaris/illumos: Change ifa_flags type to u64 in rust-lang/libc#3729 QNX 7.0: Disable libregex in rust-lang/libc#3775 Changed QNX NTO: update platform support in rust-lang/libc#3815 addr_of!(EXTERN_STATIC) is now considered safe in rust-lang/libc#3776 Removed Apple: remove rmx_state in rust-lang/libc#3776 Other Update or remove CI tests that have been failing
_NSGetArgv
_NSGetArgc
_NSGetProgname
RUSTC_WRAPPER
execvpe
SO_BINDTOIFINDEX
klogctl
fcntl
_lwp_park
pthread_equal
select
FD_SET
FD_ZERO
FD_ISSET
O_*
rustc_dep_of_std
F_ALLOCATEPERSIST
os_sync_wait_on_address
IPV6_DONTFRAG
IP_RECVTTL
IPV6_RECVHOPLIMIT
XATTR_CREATE
XATTR_REPLACE
confstr
_CS_*
preadv2
pwritev2
SOMAXCONN
ifa_flags
libregex
addr_of!(EXTERN_STATIC)
rmx_state
Sourced from libc's changelog.
0.2.157 - 2024-08-17 Added Apple: add _NSGetArgv, _NSGetArgc and _NSGetProgname in rust-lang/libc#3702 Build: add RUSTC_WRAPPER support in rust-lang/libc#3845 FreeBSD: add execvpe support from 14.1 release in rust-lang/libc#3745 Fuchsia: add SO_BINDTOIFINDEX Linux: add klogctl in rust-lang/libc#3777 MacOS: add fcntl OFD commands in rust-lang/libc#3563 NetBSD: add _lwp_park in rust-lang/libc#3721 Solaris: add missing networking support in rust-lang/libc#3717 Unix: add pthread_equal in rust-lang/libc#3773 WASI: add select, FD_SET, FD_ZERO, FD_ISSET in rust-lang/libc#3681 Fixed TEEOS: fix octal notation for O_* constants in rust-lang/libc#3841 Changed FreeBSD: always use freebsd12 when rustc_dep_of_std is set in rust-lang/libc#3723 0.2.156 - 2024-08-15 Added Apple: add F_ALLOCATEPERSIST in rust-lang/libc#3712 Apple: add os_sync_wait_on_address and related definitions in rust-lang/libc#3769 BSD: generalise IPV6_DONTFRAG to all BSD targets in rust-lang/libc#3716 FreeBSD/DragonFly: add IP_RECVTTL/IPV6_RECVHOPLIMIT in rust-lang/libc#3751 Hurd: add XATTR_CREATE, XATTR_REPLACE in rust-lang/libc#3739 Linux GNU: confstr API and _CS_* in rust-lang/libc#3771 Linux musl: add preadv2 and pwritev2 (1.2.5 min.) in rust-lang/libc#3762 VxWorks: add the constant SOMAXCONN in rust-lang/libc#3761 VxWorks: add a few errnoLib related constants in rust-lang/libc#3780 Fixed Solaris/illumos: Change ifa_flags type to u64 in rust-lang/libc#3729 QNX 7.0: Disable libregex in rust-lang/libc#3775 Changed QNX NTO: update platform support in rust-lang/libc#3815 addr_of!(EXTERN_STATIC) is now considered safe in rust-lang/libc#3776 Removed Apple: remove rmx_state in rust-lang/libc#3776 Other Update or remove CI tests that have been failing
6637dbe
51d81e3
217b2ab
6d2b8a0
64ee9df
9e43d14
20a1175
3242730
03f6759
3280331
Updates serde_derive from 1.0.207 to 1.0.208
serde_derive
Sourced from serde_derive's releases.
Updates syn from 2.0.74 to 2.0.75
syn
Sourced from syn's releases.
2.0.75 Automatically fill in missing turbofish when printing ExprPath and other paths in expression position (#1722)
d1746fe
b693682
e459ee7
3bb65aa
ae8c84a
5dbfeae
Updates tower-layer from 0.3.2 to 0.3.3
tower-layer
Sourced from tower-layer's releases.
tower-layer 0.3.3 Added builder,util: add convenience methods for boxing services (#616) all: new functions const when possible (#760) #616: tower-rs/tower#616 #760: tower-rs/tower#760
#616: tower-rs/tower#616 #760: tower-rs/tower#760
fec9e55
646804d
7202cfe
85080a5
88a7d3e
a6e98a7
74e925d
89ac74f
032d17f
05a0a25
Updates tower-service from 0.3.2 to 0.3.3
tower-service
7d723eb
Updates wasm-bindgen from 0.2.92 to 0.2.93
wasm-bindgen
Sourced from wasm-bindgen's changelog.
0.2.93 Released 2024-08-13 Added Allow exporting functions named default. Throw error in wasm-bindgen-cli if --target web and an exported symbol is named default. #3930 Added support for arbitrary expressions when using #[wasm_bindgen(typescript_custom_section)]. #3901 Implement From<NonNull<T>> for JsValue. #3877 Add method copy_within for TypedArray, add methods find_last,find_last_index for Array. #3888 Added support for returning Vecs from async functions. #3630 Added bindings for InputDeviceInfo and MediaTrackCapabilities. #3935 Add bindings for RTCRtpReceiver.getCapabilities(DOMString) method. #3941 Add bindings for VisualViewport. #3931 Add bindings for queueMicrotask. #3981 Add experimental bindings for User Agent Client Hints API #3989 Add bindings for FocusOptions. #3996 Add bindings for RTCRtpReceiver.jitterBufferTarget. #3968 Generate getters for all WebIDL dictionary types. #3993 Support for iterable in WebIDL. Gives entries, keys, values methods for regular and asynchronous, as well as for_each for regular, iterables. #3962 Add bindings for HTMLTableCellElement.abbr and scope properties.
Released 2024-08-13
Allow exporting functions named default. Throw error in wasm-bindgen-cli if --target web and an exported symbol is named default. #3930
default
Added support for arbitrary expressions when using #[wasm_bindgen(typescript_custom_section)]. #3901
#[wasm_bindgen(typescript_custom_section)]
Implement From<NonNull<T>> for JsValue. #3877
From<NonNull<T>>
JsValue
Add method copy_within for TypedArray, add methods find_last,find_last_index for Array. #3888
copy_within
find_last
find_last_index
Added support for returning Vecs from async functions. #3630
Vec
Added bindings for InputDeviceInfo and MediaTrackCapabilities. #3935
InputDeviceInfo
MediaTrackCapabilities
Add bindings for RTCRtpReceiver.getCapabilities(DOMString) method. #3941
RTCRtpReceiver.getCapabilities(DOMString)
Add bindings for VisualViewport. #3931
VisualViewport
Add bindings for queueMicrotask. #3981
queueMicrotask
Add experimental bindings for User Agent Client Hints API #3989
Add bindings for FocusOptions. #3996
FocusOptions
Add bindings for RTCRtpReceiver.jitterBufferTarget. #3968
RTCRtpReceiver.jitterBufferTarget
Generate getters for all WebIDL dictionary types. #3993
Support for iterable in WebIDL. Gives entries, keys, values methods for regular and asynchronous, as well as for_each for regular, iterables. #3962
entries
keys
values
for_each
Add bindings for HTMLTableCellElement.abbr and scope properties.
HTMLTableCellElement.abbr
scope
... (truncated)
bf9807c
f4176da
343af0e
e845f51
5d45bd6
d3872f1
031fe89
402dae7
9a584e9
2ea6ab1
Updates wasm-bindgen-backend from 0.2.92 to 0.2.93
wasm-bindgen-backend
Sourced from wasm-bindgen-backend's changelog.
acfd1ee
JsStatic
#[wasm_bindgen(thread_local)]
0b1cce6
JsString
Updates wasm-bindgen-futures from 0.4.42 to 0.4.43
wasm-bindgen-futures
Updates wasm-bindgen-macro from 0.2.92 to 0.2.93
wasm-bindgen-macro
Sourced from wasm-bindgen-macro's changelog.
Updates wasm-bindgen-macro-support from 0.2.92 to 0.2.93
wasm-bindgen-macro-support
Sourced from wasm-bindgen-macro-support's changelog.
Updates wasm-bindgen-shared from 0.2.92 to 0.2.93
wasm-bindgen-shared
Sourced from wasm-bindgen-shared's changelog.
Updates web-sys from 0.3.69 to 0.3.70
web-sys
Bumps the pointercrate group with 20 updates:
1.0.207
1.0.208
1.0.124
1.0.125
1.39.2
1.39.3
1.16.3
1.17.0
1.1.10
1.1.13
2.3.0
2.4.0
0.4.12
0.4.13
0.3.69
0.3.70
0.2.155
0.2.157
1.0.207
1.0.208
2.0.74
2.0.75
0.3.2
0.3.3
0.3.2
0.3.3
0.2.92
0.2.93
0.2.92
0.2.93
0.4.42
0.4.43
0.2.92
0.2.93
0.2.92
0.2.93
0.2.92
0.2.93
0.3.69
0.3.70
Updates
serde
from 1.0.207 to 1.0.208Release notes
Sourced from serde's releases.
Commits
026e91a
Release 1.0.208bfbedac
Merge pull request #2802 from jonhoo/flatten-unit-struct4036ff8
Support (de-)serializing flattened unit structUpdates
serde_json
from 1.0.124 to 1.0.125Release notes
Sourced from serde_json's releases.
Commits
6130f9b
Release 1.0.125cc7a160
Touch up PR 11750f942e5
Merge pull request 1175 from iex-rs/faster-backslash-ud8921cd
Merge pull request #1172 from iex-rs/faster-hexb4bc643
Merge pull request #1176 from dtolnay/miriname94a2aad
Improve job names for miri jobs8073fc1
Merge pull request #1174 from iex-rs/miri-on-ci96ae604
Correct WTF-8 parsing236cc82
Simplify unicode escape handling2f28d10
Use the same UTF-8/WTF-8 impl for surrogatesUpdates
tokio
from 1.39.2 to 1.39.3Release notes
Sourced from tokio's releases.
Commits
3d439ab
chore: prepare Tokio v1.39.3 (#6782)b2ea40b
net: add handling for abstract socket name (#6772)Updates
bytemuck
from 1.16.3 to 1.17.0Changelog
Sourced from bytemuck's changelog.
Commits
3c42ba7
chore: Release bytemuck version 1.17.0413aaaf
changelog.faff804
chore: Release bytemuck_derive version 1.7.17be8c67
derive changelogbb62be5
Remove "dangling" terminology for zero-sized pointees. (#262)5eecd33
Make must_cast by-value and by-shared-ref functions const (#261)243302d
Addbytemuck
attribute toNoUninit
derive (#259)e1baf85
Fix box_bytes_zst test (#260)Updates
cc
from 1.1.10 to 1.1.13Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
ee14401
chore: release (#1187)d3ff011
Fix detect family: should detect emscripten as clang, closes #1185 (#1186)9b77c3f
chore: release (#1184)dcbe0f1
CC_SHELL_ESCAPED_FLAGS
: improve docs (#1183)b0e44c7
chore: release (#1182)ebe335c
Add support for parsing shell encoded*FLAGS
(#1181)eb33906
Replace vector of tuples with BTreeMap which already is sorted and free of du...Updates
indexmap
from 2.3.0 to 2.4.0Changelog
Sourced from indexmap's changelog.
Commits
b66bbfe
Merge pull request #337 from cuviper/appenda288bf3
Add a README note forordermap
0b2b4b9
Release 2.4.08c0a1cd
Addappend
methodsUpdates
is-terminal
from 0.4.12 to 0.4.13Commits
d51b42d
chore: Release is-terminal version 0.4.1346fbb04
update hermit-abi to 0.4.0 (#38)Updates
js-sys
from 0.3.69 to 0.3.70Commits
Updates
libc
from 0.2.155 to 0.2.157Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
6637dbe
Merge pull request #3830 from rust-lang/release-plz-2024-08-15T20-50-10Z51d81e3
Update CHANGELOG.md217b2ab
chore: release6d2b8a0
Merge pull request #3852 from tgross35/backport-onion64ee9df
Merge pull request #3851 from tgross35/backport-romaine9e43d14
build.rs: always use freebsd12 when rustc_dep_of_std is set20a1175
freebsd adding execvpe support from 14.1 release3242730
Define SO_BINDTOIFINDEX on Fuchsia03f6759
Add missing networking support for Solaris3280331
Addklogctl
to linux and androidUpdates
serde_derive
from 1.0.207 to 1.0.208Release notes
Sourced from serde_derive's releases.
Commits
026e91a
Release 1.0.208bfbedac
Merge pull request #2802 from jonhoo/flatten-unit-struct4036ff8
Support (de-)serializing flattened unit structUpdates
syn
from 2.0.74 to 2.0.75Release notes
Sourced from syn's releases.
Commits
d1746fe
Release 2.0.75b693682
Merge pull request #1722 from dtolnay/exprpathe459ee7
Insert turbofish into paths in expression position3bb65aa
Add mod-style printing for paths that cannot contain generic argsae8c84a
Handwrite ToTokens impl for Meta5dbfeae
Name the expr_style argument at all call sites of path::parsing::qpathUpdates
tower-layer
from 0.3.2 to 0.3.3Release notes
Sourced from tower-layer's releases.
Commits
fec9e55
tower-layer: drop versions from dev dependencies (#782)646804d
chore: prepare to release tower-0.5.0, tower-layer-0.3.3, tower-service-0.3.3...7202cfe
chore: fix a few typos (#780)85080a5
use workspace dependencies for tower (#778)88a7d3e
fix warnings found when running check/doc commands (#779)a6e98a7
chore: update GitHub Actions CI (#740)74e925d
chore: fix spelling errors (#775)89ac74f
feat: Make new functions const when possible (#760)032d17f
ensure that re-exported symbols show feature label in root (#754)05a0a25
Upgrade to indexmap v2 (MSRV 1.63) (#741)Updates
tower-service
from 0.3.2 to 0.3.3Commits
646804d
chore: prepare to release tower-0.5.0, tower-layer-0.3.3, tower-service-0.3.3...7202cfe
chore: fix a few typos (#780)85080a5
use workspace dependencies for tower (#778)88a7d3e
fix warnings found when running check/doc commands (#779)a6e98a7
chore: update GitHub Actions CI (#740)74e925d
chore: fix spelling errors (#775)89ac74f
feat: Make new functions const when possible (#760)032d17f
ensure that re-exported symbols show feature label in root (#754)05a0a25
Upgrade to indexmap v2 (MSRV 1.63) (#741)7d723eb
remove generic parameters from Reconnect::new (#755)Updates
wasm-bindgen
from 0.2.92 to 0.2.93Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
bf9807c
Prepare v0.2.93 release (#4072)f4176da
Use Taplo for TOML formatting (#4071)343af0e
Add Dependabot (#4069)e845f51
Use object URLs for inlined linked modules (#4067)5d45bd6
Fix test coverage documentation (#4064)d3872f1
Handle empty coverage report (#4063)031fe89
Improve the CI runtime, take two (#4058)402dae7
Experimental test coverage support (#4060)9a584e9
Update WebGPU (#4062)2ea6ab1
Improve the CI runtime (#4056)Updates
wasm-bindgen-backend
from 0.2.92 to 0.2.93Changelog
Sourced from wasm-bindgen-backend's changelog.
... (truncated)
Commits
bf9807c
Prepare v0.2.93 release (#4072)f4176da
Use Taplo for TOML formatting (#4071)e845f51
Use object URLs for inlined linked modules (#4067)d3872f1
Handle empty coverage report (#4063)031fe89
Improve the CI runtime, take two (#4058)402dae7
Experimental test coverage support (#4060)9a584e9
Update WebGPU (#4062)2ea6ab1
Improve the CI runtime (#4056)acfd1ee
DeprecateJsStatic
in favor of#[wasm_bindgen(thread_local)]
(#4057)0b1cce6
Add importing strings asJsString
(#4055)Updates
wasm-bindgen-futures
from 0.4.42 to 0.4.43Commits
Updates
wasm-bindgen-macro
from 0.2.92 to 0.2.93Changelog
Sourced from wasm-bindgen-macro's changelog.
... (truncated)
Commits
bf9807c
Prepare v0.2.93 release (#4072)f4176da
Use Taplo for TOML formatting (#4071)e845f51
Use object URLs for inlined linked modules (#4067)d3872f1
Handle empty coverage report (#4063)031fe89
Improve the CI runtime, take two (#4058)402dae7
Experimental test coverage support (#4060)9a584e9
Update WebGPU (#4062)2ea6ab1
Improve the CI runtime (#4056)acfd1ee
DeprecateJsStatic
in favor of#[wasm_bindgen(thread_local)]
(#4057)0b1cce6
Add importing strings asJsString
(#4055)Updates
wasm-bindgen-macro-support
from 0.2.92 to 0.2.93Changelog
Sourced from wasm-bindgen-macro-support's changelog.
... (truncated)
Commits
bf9807c
Prepare v0.2.93 release (#4072)f4176da
Use Taplo for TOML formatting (#4071)e845f51
Use object URLs for inlined linked modules (#4067)d3872f1
Handle empty coverage report (#4063)031fe89
Improve the CI runtime, take two (#4058)402dae7
Experimental test coverage support (#4060)9a584e9
Update WebGPU (#4062)2ea6ab1
Improve the CI runtime (#4056)acfd1ee
DeprecateJsStatic
in favor of#[wasm_bindgen(thread_local)]
(#4057)0b1cce6
Add importing strings asJsString
(#4055)Updates
wasm-bindgen-shared
from 0.2.92 to 0.2.93Changelog
Sourced from wasm-bindgen-shared's changelog.
... (truncated)
Commits
bf9807c
Prepare v0.2.93 release (#4072)f4176da
Use Taplo for TOML formatting (#4071)e845f51
Use object URLs for inlined linked modules (#4067)d3872f1
Handle empty coverage report (#4063)031fe89
Improve the CI runtime, take two (#4058)402dae7
Experimental test coverage support (#4060)9a584e9
Update WebGPU (#4062)2ea6ab1
Improve the CI runtime (#4056)acfd1ee
DeprecateJsStatic
in favor of#[wasm_bindgen(thread_local)]
(#4057)0b1cce6
Add importing strings asJsString
(#4055)Updates
web-sys
from 0.3.69 to 0.3.70Commits
<... _Description has been truncated_