-
Notifications
You must be signed in to change notification settings - Fork 29
deps(rust): bump the minor-updates group across 1 directory with 7 updates #1094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…dates Bumps the minor-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [libc](https://github.com/rust-lang/libc) | `0.2.175` | `0.2.176` | | [rustix](https://github.com/bytecodealliance/rustix) | `1.0.8` | `1.1.2` | | [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.28` | | [procfs](https://github.com/eminence/procfs) | `0.17.0` | `0.18.0` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.16` | `0.1.17` | | [time](https://github.com/time-rs/time) | `0.3.41` | `0.3.44` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.34` | `1.2.39` | Updates `libc` from 0.2.175 to 0.2.176 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.176/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.175...0.2.176) Updates `rustix` from 1.0.8 to 1.1.2 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.0.8...v1.1.2) Updates `log` from 0.4.27 to 0.4.28 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.27...0.4.28) Updates `procfs` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/eminence/procfs/releases) - [Commits](eminence/procfs@v0.17.0...v0.18.0) Updates `hyper-util` from 0.1.16 to 0.1.17 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.16...v0.1.17) Updates `time` from 0.3.41 to 0.3.44 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.41...v0.3.44) Updates `cc` from 1.2.34 to 1.2.39 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.34...cc-v1.2.39) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.176 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: rustix dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: procfs dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: hyper-util dependency-version: 0.1.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: time dependency-version: 0.3.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: cc dependency-version: 1.2.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1094 +/- ##
==========================================
+ Coverage 87.78% 87.79% +0.01%
==========================================
Files 89 89
Lines 6147 6147
Branches 111 111
==========================================
+ Hits 5396 5397 +1
+ Misses 695 694 -1
Partials 56 56 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f085002
to
45783d5
Compare
We have a problem here. #1091 was not enough to actually build our Rust code with the newer Rust version during the Debian package build. That's because we have a Build-Depends: on During the build, we use the Debian cargo wrapper I'm not sure how to solve this. Should we patch |
45783d5
to
3c070f6
Compare
Hmm, this is annoying. For the GitHub runs, I suppose we could make |
Even when building the Debian package in the GitHub CI, it's not trivial to make
I assume you mean the maintainer of the |
If we manage to build with the Rust version from Line 112 in 3c070f6
rustc version from rustc-1.82 . Fortunately, that should be simpler, because the path is not hardcoded there. It uses which rustc to find the path to rustc , so we should be able to make it use /usr/bin/rustc-1.82 by creating a symlink somewhere and adding the directory to $PATH before we invoke /usr/share/cargo/bin/dh-cargo-built-using .
|
Hey there @adombeck, I'm sorry to hear the toolchain is giving you some problems. You're not alone here, this is a known issue — we'll look into it and see what we can do. |
Thanks, @maxgmr! I should have searched launchpad more thoroughly. Looking forward to that fix. Would it help if we contribute a patch which makes the cargo wrapper use the correct cargo binary? |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Version 0.3.44 of the time crate requires rustc 1.81.0 or newer, but when building the noble package we can currently only use rustc 1.75.0. While cargo 1.81 (and also cargo 1.82) were backported to noble, we currently can't use it to build the Debian package. For details, see: #1094 (comment)
Bumps the minor-updates group with 7 updates in the / directory:
0.2.175
0.2.176
1.0.8
1.1.2
0.4.27
0.4.28
0.17.0
0.18.0
0.1.16
0.1.17
0.3.41
0.3.44
1.2.34
1.2.39
Updates
libc
from 0.2.175 to 0.2.176Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
15e1389
chore: Release libc 0.2.1766ca5571
Warn on missing debug implementationse653c54
cleanup: Remove theconst_fn!
macroe447441
cleanup: Simplify the syntax off!
and similar macros776a614
cleanup: Usetarget_vendor = "apple"
d32f60d
doc: Remove an unneeded link to the old ctest repo8c8584b
Resolve a ctest FIXME regarding use ofsize_of
in array lengths09c8436
Remove thelibc_ctest
featurefd3ffe4
Removelibc_const_extern_fn
9b77a49
Add a note about whyPadding
requiresT: Copy
Updates
rustix
from 1.0.8 to 1.1.2Commits
5245b81
chore: Release rustix version 1.1.20a10015
Fix compilation on Android. (#1514)0f3b6ca
build: update duplicate linux-raw-sys dependency to match existing (#1512)5dc84d4
chore: Release rustix version 1.1.186dacac
Fix thetest_is_io_flusher
test. (#1510)8b203f5
set_thread_res_xid: -1 as None (#1459)7ed8ee9
Addip_mtu_discover
andipv6_mtu_discover
socket options (#1466)7798f03
libc: add MS_NOSYMFOLLOW support (#1471)3ff59d4
Update to linux-raw-sys 0.11.0. (#1508)65b04ae
Add support for SO_TXTIME / SCM_TXTIME (#1409)Updates
log
from 0.4.27 to 0.4.28Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
6e17355
Merge pull request #695 from rust-lang/cargo/0.4.2857719db
focus on user-facing source changes in the changeloge0630c6
prepare for 0.4.28 release60829b1
Merge pull request #692 from nebkor/up-and-down95d44f8
change names of log-level-changing methods to be more descriptive2b63dfa
Addup()
anddown()
methods forLevel
andLevelFilter
3aa1359
Merge pull request #690 from HaoliangXu/master1091f2c
Chore:delete compare_exchange method for AtomicUsize on platforms24c5f44
Merge pull request #688 from ZylosLumen/patch-14498495
Unhide#[derive(Debug)]
in exampleUpdates
procfs
from 0.17.0 to 0.18.0Release notes
Sourced from procfs's releases.
Commits
7d3a0cd
Bump version to v0.18.078d6a16
Merge pull request #358 from eminence/macro_rules_crate44f4289
Replacecrate
with$crate
in our macro definitions432e8c2
Merge pull request #357 from eminence/fix_pasta_mountinfobffec12
Fix parsing for mountinfo and related fields when presented with empty fieldsd618111
Merge pull request #356 from eminence/fdtarget_fix4a7b270
Fix FDTarget parsing for unknown FD types5faa3c4
Merge pull request #350 from jebradbury39/add_syscall_parsing5547a6a
Merge pull request #355 from eminence/add-track-caller-to-test-helpereddfadb
remove commentUpdates
hyper-util
from 0.1.16 to 0.1.17Release notes
Sourced from hyper-util's releases.
Changelog
Sourced from hyper-util's changelog.
Commits
3021828
v0.1.179fb7cd5
fix(client): allow absolute-form if is_proxied is set even on HTTPS (#225)00035ba
refactor: set correct cfg on common::{rewind, Exec, Lazy, SyncWrapper} (#224)ad8c7c5
refactor(connect): safely convertSocket
to TokioTcpSocket
(#223)00911ec
chore(test): remove some miri exception config (#222)Updates
time
from 0.3.41 to 0.3.44Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
... (truncated)
Commits
04c0ef2
v0.3.44 releaseb942063
Compare datetimes with signed integersdcdfbf6
Add explicit type to avoid inference errorsf203852
Revert "Remove dependency onitoa
"45b9932
v0.3.43 release8cbf0db
Fix bug withconvert
3343e85
Add support for rand 0.9afb2574
Add note about MSRVed2852e
v0.3.42 release1067543
Fix copied commentUpdates
cc
from 1.2.34 to 1.2.39Changelog
Sourced from cc's changelog.
... (truncated)
Commits
f53e817
chore(cc): release v1.2.39 (#1570)6d3e241
Fix cross compilation to xtensa-esp32s3-espidf (#1569)b083806
Fix autodetect_wasi_compiler: support non utf-8 path (#1568)53997ac
Regenerate target info (#1567)9347e45
Fix rustcflags mapping: require -Clinker-plugin-lto for -flto (#1564)9a2e7ce
Use$WASI_SDK_PATH
on WASI targets by default (#1562)d740f9b
Fix atomicity violations in concurrent cache operations (#1559)b4fe7fe
chore: release (#1558)ac2192c
[win] Search the Windows SDK for tools as well (#1553)10f7638
use release-plz trusted publishing implementation (#1556)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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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