oasis-core
oasis-core copied to clipboard
rust: bump the rust group across 1 directory with 12 updates
Bumps the rust group with 12 updates in the / directory:
| Package | From | To |
|---|---|---|
| serde | 1.0.210 |
1.0.213 |
| serde_json | 1.0.128 |
1.0.132 |
| anyhow | 1.0.89 |
1.0.91 |
| thiserror | 1.0.64 |
1.0.65 |
| tokio | 1.40.0 |
1.41.0 |
| tendermint | 0.39.1 |
0.40.0 |
| tendermint-proto | 0.39.1 |
0.40.0 |
| tendermint-light-client | 0.39.1 |
0.40.0 |
| tendermint-rpc | 0.39.1 |
0.40.0 |
| libc | 0.2.159 |
0.2.161 |
| tendermint-testgen | 0.39.1 |
0.40.0 |
| rustls | 0.23.14 |
0.23.15 |
Updates serde from 1.0.210 to 1.0.213
Release notes
Sourced from serde's releases.
v1.0.213
- Fix support for macro-generated
withattributes inside a newtype struct (#2847)v1.0.212
- Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#2845)
v1.0.211
- Improve error reporting about mismatched signature in
withanddefaultattributes (#2558, thanks@Mingun)- Show variant aliases in error message when variant deserialization fails (#2566, thanks
@Mingun)- Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#2821)
Commits
58a8d22Release 1.0.213ef0ed22Merge pull request #2847 from dtolnay/newtypewith79925acIgnore dead_code warning in regression testb60e409Hygiene for macro-generated newtype struct deserialization with 'with' attrfdc36e5Add regression test for issue 284649e11ceIgnore trivially_copy_pass_by_ref pedantic clippy lint in test7ae1b5fRelease 1.0.2121ac054bMerge pull request #2845 from dtolnay/withlocal1e36ef5Fix hygiene of macro-generated local variable accesses in serde(with) wrappers0058c72Add regression test for issue 2844- Additional commits viewable in compare view
Updates serde_json from 1.0.128 to 1.0.132
Release notes
Sourced from serde_json's releases.
1.0.132
- Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#1205)
- Improve performance of JSON array and JSON object deserialization by about 8% (#1206)
1.0.131
- Implement Deserializer and IntoDeserializer for
Map<String, Value>and&Map<String, Value>(#1135, thanks@swlynch99)1.0.130
1.0.129
Commits
86d933cRelease 1.0.132f45b422Merge pull request #1206 from dtolnay/hasnextf2082d2Clearer order of comparisons0f54a1aHandle early return sooner on eof in seq or map2a4cb44Rearrange 'match peek'4cb90ceMerge pull request #1205 from dtolnay/hasnextb71ccd2Reduce duplicative instantiation of logic in SeqAccess and MapAccessa810ba9Release 1.0.1310d084c5Touch up PR 1135b4954a9Merge pull request #1135 from swlynch99/map-deserializer- Additional commits viewable in compare view
Updates anyhow from 1.0.89 to 1.0.91
Release notes
Sourced from anyhow's releases.
1.0.91
- Ensure OUT_DIR is left with deterministic contents after build script execution (#388)
1.0.90
- Documentation improvements
Commits
6c52daaRelease 1.0.914986853Merge pull request #388 from dtolnay/outdirf130b76Clean up dep-info files from OUT_DIRa0b868aRelease 1.0.900f74169Improve rendering of inline code in macros documentation8ce4560Ignore needless_lifetimes clippy lintbe64707Resolve used_underscore_items pedantic clippy lint- See full diff in compare view
Updates thiserror from 1.0.64 to 1.0.65
Release notes
Sourced from thiserror's releases.
1.0.65
- Ensure OUT_DIR is left with deterministic contents after build script execution (#325)
Commits
Updates tokio from 1.40.0 to 1.41.0
Release notes
Sourced from tokio's releases.
Tokio v1.41.0
1.41.0 (Oct 22th, 2024)
Added
- metrics: stabilize
global_queue_depth(#6854, #6918)- net: add conversions for unix
SocketAddr(#6868)- sync: add
watch::Sender::sender_count(#6836)- sync: add
mpsc::Receiver::blocking_recv_many(#6867)- task: stabilize
Idapis (#6793, #6891)Added (unstable)
- metrics: add H2 Histogram option to improve histogram granularity (#6897)
- metrics: rename some histogram apis (#6924)
- runtime: add
LocalRuntime(#6808)Changed
- runtime: box futures larger than 16k on release mode (#6826)
- sync: add
#[must_use]toNotified(#6828)- sync: make
watchcooperative (#6846)- sync: make
broadcast::Receivercooperative (#6870)- task: add task size to tracing instrumentation (#6881)
- wasm: enable
cfg_fsforwasitarget (#6822)Fixed
- net: fix regression of abstract socket path in unix socket (#6838)
Documented
- io: recommend
OwnedFdwithAsyncFd(#6821)- io: document cancel safety of
AsyncFdmethods (#6890)- macros: render more comprehensible documentation for
joinandtry_join(#6814, #6841)- net: fix swapped examples for
TcpSocket::set_nodelayandTcpSocket::nodelay(#6840)- sync: document runtime compatibility (#6833)
#6793: tokio-rs/tokio#6793 #6808: tokio-rs/tokio#6808 #6810: tokio-rs/tokio#6810 #6814: tokio-rs/tokio#6814 #6821: tokio-rs/tokio#6821 #6822: tokio-rs/tokio#6822 #6826: tokio-rs/tokio#6826 #6828: tokio-rs/tokio#6828 #6833: tokio-rs/tokio#6833 #6836: tokio-rs/tokio#6836 #6838: tokio-rs/tokio#6838 #6840: tokio-rs/tokio#6840
... (truncated)
Commits
01e04dachore: prepare Tokio v1.41.0 (#6917)92ccaderuntime: fix stability feature flags for docs (#6909)fbfeb9ametrics: rename*_poll_count_*to*_poll_time_*(#6924)da745ffmetrics: add H2 Histogram option to improve histogram granularity (#6897)ce1c74fmetrics: fix deadlock in injection_queue_depth_multi_thread test (#6916)28c9a14metrics: renameinjection_queue_depthtoglobal_queue_depth(#6918)32e0b43ci: freeze FreeBSD and wasm-unknown-unknown on rustc 1.81 (#6911)1656d8esync: addmpsc::Receiver::blocking_recv_many(#6867)c9e998eci: print the correct sort order of the dictionary on failure (#6905)512e9dert: add LocalRuntime (#6808)- Additional commits viewable in compare view
Updates tendermint from 0.39.1 to 0.40.0
Release notes
Sourced from tendermint's releases.
v0.40.0
October 23rd, 2024
This release adds a new dialect for CometBFT
v0.38.x, enabling the correct serialization of misbehaviorEvidence. This improvement ensures compatibility with CometBFTv0.38.x, addressing specific issues in evidence handling for this version.BREAKING CHANGES
- [tendermint-rpc] Add new dialect for CometBFT v0.38.x (#1467)
BUG FIXES
- [tendermint-rpc] Fix serialization of misbehaviour
Evidenceon CometBFT v0.38.x using the newly introduced dialect (#1467)
Changelog
Sourced from tendermint's changelog.
v0.40.0
October 23rd, 2024
This release adds a new dialect for CometBFT
v0.38.x, enabling the correct serialization of misbehaviorEvidence. This improvement ensures compatibility with CometBFTv0.38.x, addressing specific issues in evidence handling for this version.BREAKING CHANGES
- [tendermint-rpc] Add new dialect for CometBFT v0.38.x (#1467)
BUG FIXES
- [tendermint-rpc] Fix serialization of misbehaviour
Evidenceon CometBFT v0.38.x using the newly introduced dialect (#1467)
Commits
2f94e7fReleasev0.40.0(#1470)db94695rpc: Add new dialect for v0.38 in order to fix changes in misbehaviour eviden...- See full diff in compare view
Updates tendermint-proto from 0.39.1 to 0.40.0
Release notes
Sourced from tendermint-proto's releases.
v0.40.0
October 23rd, 2024
This release adds a new dialect for CometBFT
v0.38.x, enabling the correct serialization of misbehaviorEvidence. This improvement ensures compatibility with CometBFTv0.38.x, addressing specific issues in evidence handling for this version.BREAKING CHANGES
- [tendermint-rpc] Add new dialect for CometBFT v0.38.x (#1467)
BUG FIXES
- [tendermint-rpc] Fix serialization of misbehaviour
Evidenceon CometBFT v0.38.x using the newly introduced dialect (#1467)
Changelog
Sourced from tendermint-proto's changelog.
v0.40.0
October 23rd, 2024
This release adds a new dialect for CometBFT
v0.38.x, enabling the correct serialization of misbehaviorEvidence. This improvement ensures compatibility with CometBFTv0.38.x, addressing specific issues in evidence handling for this version.BREAKING CHANGES
- [tendermint-rpc] Add new dialect for CometBFT v0.38.x (#1467)
BUG FIXES
- [tendermint-rpc] Fix serialization of misbehaviour
Evidenceon CometBFT v0.38.x using the newly introduced dialect (#1467)
Commits
2f94e7fReleasev0.40.0(#1470)db94695rpc: Add new dialect for v0.38 in order to fix changes in misbehaviour eviden...- See full diff in compare view
Updates tendermint-light-client from 0.39.1 to 0.40.0
Release notes
Sourced from tendermint-light-client's releases.
v0.40.0
October 23rd, 2024
This release adds a new dialect for CometBFT
v0.38.x, enabling the correct serialization of misbehaviorEvidence. This improvement ensures compatibility with CometBFTv0.38.x, addressing specific issues in evidence handling for this version.BREAKING CHANGES
- [tendermint-rpc] Add new dialect for CometBFT v0.38.x (#1467)
BUG FIXES
- [tendermint-rpc] Fix serialization of misbehaviour
Evidenceon CometBFT v0.38.x using the newly introduced dialect (#1467)
Changelog
Sourced from tendermint-light-client's changelog.
v0.40.0
October 23rd, 2024
This release adds a new dialect for CometBFT
v0.38.x, enabling the correct serialization of misbehaviorEvidence. This improvement ensures compatibility with CometBFTv0.38.x, addressing specific issues in evidence handling for this version.BREAKING CHANGES
- [tendermint-rpc] Add new dialect for CometBFT v0.38.x (#1467)
BUG FIXES
- [tendermint-rpc] Fix serialization of misbehaviour
Evidenceon CometBFT v0.38.x using the newly introduced dialect (#1467)
Commits
2f94e7fReleasev0.40.0(#1470)db94695rpc: Add new dialect for v0.38 in order to fix changes in misbehaviour eviden...- See full diff in compare view
Updates tendermint-rpc from 0.39.1 to 0.40.0
Release notes
Sourced from tendermint-rpc's releases.
v0.40.0
October 23rd, 2024
This release adds a new dialect for CometBFT
v0.38.x, enabling the correct serialization of misbehaviorEvidence. This improvement ensures compatibility with CometBFTv0.38.x, addressing specific issues in evidence handling for this version.BREAKING CHANGES
- [tendermint-rpc] Add new dialect for CometBFT v0.38.x (#1467)
BUG FIXES
- [tendermint-rpc] Fix serialization of misbehaviour
Evidenceon CometBFT v0.38.x using the newly introduced dialect (#1467)
Changelog
Sourced from tendermint-rpc's changelog.
v0.40.0
October 23rd, 2024
This release adds a new dialect for CometBFT
v0.38.x, enabling the correct serialization of misbehaviorEvidence. This improvement ensures compatibility with CometBFTv0.38.x, addressing specific issues in evidence handling for this version.BREAKING CHANGES
- [tendermint-rpc] Add new dialect for CometBFT v0.38.x (#1467)
BUG FIXES
- [tendermint-rpc] Fix serialization of misbehaviour
Evidenceon CometBFT v0.38.x using the newly introduced dialect (#1467)
Commits
2f94e7fReleasev0.40.0(#1470)db94695rpc: Add new dialect for v0.38 in order to fix changes in misbehaviour eviden...- See full diff in compare view
Updates libc from 0.2.159 to 0.2.161
Release notes
Sourced from libc's releases.
0.2.161
Fixed
- OpenBSD: fix
FNM_PATHNAMEandFNM_NOESCAPEvalues rust-lang/libc#39830.2.160
Added
- Android: add
PR_GET_NAMEandPR_SET_NAMErust-lang/libc#3941- Apple: add
F_TRANSFEREXTENTSrust-lang/libc#3925- Apple: add
mach_error_stringrust-lang/libc#3913- Apple: add additional
pthreadAPIs rust-lang/libc#3846- Apple: add the
LOCAL_PEERTOKENsocket option rust-lang/libc#3929- BSD: add
RTF_*,RTA_*,RTAX_*, andRTM_*definitions rust-lang/libc#3714- Emscripten: add
AT_EACCESSrust-lang/libc#3911- Emscripten: add
getgrgid,getgrnam,getgrnam_randgetgrgid_rrust-lang/libc#3912- Emscripten: add
getpwnam_randgetpwuid_rrust-lang/libc#3906- FreeBSD: add
POLLRDHUPrust-lang/libc#3936- Haiku: add
arc4randomrust-lang/libc#3945- Illumos: add
ptsname_rrust-lang/libc#3867- Linux: add
fanotifyinterfaces rust-lang/libc#3695- Linux: add
tcp_inforust-lang/libc#3480- Linux: add additional AF_PACKET options rust-lang/libc#3540
- Linux: make Elf constants always available rust-lang/libc#3938
- Musl x86: add
ioplandiopermrust-lang/libc#3720- Musl: add
posix_spawnchdir functions rust-lang/libc#3949- Musl: add
utmpx.hconstants rust-lang/libc#3908- NetBSD: add
sysctlnametomib,CLOCK_THREAD_CPUTIME_IDandCLOCK_PROCESS_CPUTIME_IDrust-lang/libc#3927- Nuttx: initial support rust-lang/libc#3909
- RTEMS: add
getentropyrust-lang/libc#3973- RTEMS: initial support rust-lang/libc#3866
- Solarish: add
POLLRDHUP,POSIX_FADV_*,O_RSYNC, andposix_fallocaterust-lang/libc#3936- Unix: add
fnmatch.hrust-lang/libc#3937- VxWorks: add riscv64 support rust-lang/libc#3935
- VxWorks: update constants related to the scheduler rust-lang/libc#3963
Changed
- Redox: change
ino_tto bec_ulonglongrust-lang/libc#3919Fixed
- ESP-IDF: fix mismatched constants and structs rust-lang/libc#3920
- FreeBSD: fix
struct staton FreeBSD 12+ rust-lang/libc#3946Other
- CI: Fix CI for FreeBSD 15 rust-lang/libc#3950
- Docs: link to
windows-sysrust-lang/libc#3915
Changelog
Sourced from libc's changelog.
0.2.161 - 2024-10-17
Fixed
- OpenBSD: fix
FNM_PATHNAMEandFNM_NOESCAPEvalues rust-lang/libc#39830.2.160 - 2024-10-17
Added
- Android: add
PR_GET_NAMEandPR_SET_NAMErust-lang/libc#3941- Apple: add
F_TRANSFEREXTENTSrust-lang/libc#3925- Apple: add
mach_error_stringrust-lang/libc#3913- Apple: add additional
pthreadAPIs rust-lang/libc#3846- Apple: add the
LOCAL_PEERTOKENsocket option rust-lang/libc#3929- BSD: add
RTF_*,RTA_*,RTAX_*, andRTM_*definitions rust-lang/libc#3714- Emscripten: add
AT_EACCESSrust-lang/libc#3911- Emscripten: add
getgrgid,getgrnam,getgrnam_randgetgrgid_rrust-lang/libc#3912- Emscripten: add
getpwnam_randgetpwuid_rrust-lang/libc#3906- FreeBSD: add
POLLRDHUPrust-lang/libc#3936- Haiku: add
arc4randomrust-lang/libc#3945- Illumos: add
ptsname_rrust-lang/libc#3867- Linux: add
fanotifyinterfaces rust-lang/libc#3695- Linux: add
tcp_inforust-lang/libc#3480- Linux: add additional AF_PACKET options rust-lang/libc#3540
- Linux: make Elf constants always available rust-lang/libc#3938
- Musl x86: add
ioplandiopermrust-lang/libc#3720- Musl: add
posix_spawnchdir functions rust-lang/libc#3949- Musl: add
utmpx.hconstants rust-lang/libc#3908- NetBSD: add
sysctlnametomib,CLOCK_THREAD_CPUTIME_IDandCLOCK_PROCESS_CPUTIME_IDrust-lang/libc#3927- Nuttx: initial support rust-lang/libc#3909
- RTEMS: add
getentropyrust-lang/libc#3973- RTEMS: initial support rust-lang/libc#3866
- Solarish: add
POLLRDHUP,POSIX_FADV_*,O_RSYNC, andposix_fallocaterust-lang/libc#3936- Unix: add
fnmatch.hrust-lang/libc#3937- VxWorks: add riscv64 support rust-lang/libc#3935
- VxWorks: update constants related to the scheduler rust-lang/libc#3963
Changed
- Redox: change
ino_tto bec_ulonglongrust-lang/libc#3919Fixed
- ESP-IDF: fix mismatched constants and structs rust-lang/libc#3920
- FreeBSD: fix
struct staton FreeBSD 12+ rust-lang/libc#3946Other
- CI: Fix CI for FreeBSD 15 rust-lang/libc#3950
... (truncated)
Commits
63b4a64chore: release v0.2.16149f1ad7Merge pull request #3984 from tgross35/backport-bsd-fixed784c3unbreak OpenBSD after #3937b72e9bcMerge pull request #3943 from rust-lang/release-plz-2024-09-25T01-38-49Zbf6680dchore: release v0.2.160a367628Merge pull request #3982 from tgross35/backport-basil35f31f8Sort linux-musl.txt1b22329Add fnmatch.h31f746aMerge pull request #3980 from tgross35/backport-squashf39e871VxWorks Sched_param renamed, pthread functions and constants added- Additional commits viewable in compare view
Updates tendermint-testgen from 0.39.1 to 0.40.0
Release notes
Sourced from tendermint-testgen's releases.
v0.40.0
October 23rd, 2024
This release adds a new dialect for CometBFT
v0.38.x, enabling the correct serialization of misbehaviorEvidence. This improvement ensures compatibility with CometBFTv0.38.x, addressing specific issues in evidence handling for this version.BREAKING CHANGES
- [tendermint-rpc] Add new dialect for CometBFT v0.38.x (#1467)
BUG FIXES
- [tendermint-rpc] Fix serialization of misbehaviour
Evidenceon CometBFT v0.38.x using the newly introduced dialect (#1467)
Changelog
Sourced from tendermint-testgen's changelog.
v0.40.0
October 23rd, 2024
This release adds a new dialect for CometBFT
v0.38.x, enabling the correct serialization of misbehaviorEvidence. This improvement ensures compatibility with CometBFTv0.38.x, addressing specific issues in evidence handling for this version.BREAKING CHANGES
- [tendermint-rpc] Add new dialect for CometBFT v0.38.x (#1467)
BUG FIXES
- [tendermint-rpc] Fix serialization of misbehaviour
Evidenceon CometBFT v0.38.x using the newly introduced dialect (#1467)
Commits
2f94e7fReleasev0.40.0(#1470)db94695rpc: Add new dialect for v0.38 in order to fix changes in misbehaviour eviden...- See full diff in compare view
Updates rustls from 0.23.14 to 0.23.15
Commits
3099020Prepare 0.23.159a19b59Take pki-types 1.10d58f86dbench-measure.mk: rebuild bench each timee653618bench: decrease bench allocator traffic494f4daUse re-exported pki-types everywhere0254d00clippy: needless_lifetimes fixes25f1e4foutbound: replace manual arithmetic check51e783aclippy: address nightly empty_line_after_doc_comments422a0c5manual: include mention of client-side ECHaaeff17docs: update cpu project time allotment- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Deploy Preview for oasisprotocol-oasis-core canceled.
| Name | Link |
|---|---|
| Latest commit | c13442dca12ba013ce06c7b30020026bcdbcff7e |
| Latest deploy log | https://app.netlify.com/sites/oasisprotocol-oasis-core/deploys/6719fe25744d1b00086b6949 |
Superseded by #5924.