deploy-flake
deploy-flake copied to clipboard
chore(deps): bump the cargo group across 1 directory with 5 updates
Bumps the cargo group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| anyhow | 1.0.79 |
1.0.83 |
| openssh | 0.10.3 |
0.10.4 |
| serde_json | 1.0.113 |
1.0.117 |
| serde | 1.0.196 |
1.0.202 |
| tokio | 1.36.0 |
1.37.0 |
Updates anyhow from 1.0.79 to 1.0.83
Release notes
Sourced from anyhow's releases.
1.0.83
- Integrate compile-time checking of cfgs (#363)
1.0.82
- Documentation improvements
1.0.81
- Make backtrace support available when using -Dwarnings (#354)
1.0.80
- Fix unused_imports warnings when compiled by rustc 1.78
Commits
96f0392Release 1.0.8317bbd1eMerge pull request #363 from dtolnay/checkcfg3ab3c3bResolve unexpected_cfgs warning8e62244Discard CI coverage of backtrace feature on toolchains older than 1.63e77374fMirror PR 343 changes from readme to rustdoccb47d7cReword no-std documentation change from PR 3436b5bdb1Wrap PR 343 to 80 columnsf01080bMerge pull request #343 from Arthur-Milchior/readme1074bdeaRelease 1.0.8247a4fbfMerge pull request #360 from dtolnay/docensure- Additional commits viewable in compare view
Updates openssh from 0.10.3 to 0.10.4
Commits
- See full diff in compare view
Updates serde_json from 1.0.113 to 1.0.117
Release notes
Sourced from serde_json's releases.
v1.0.117
- Resolve unexpected_cfgs warning (#1130)
v1.0.116
- Make module structure comprehensible to static analysis (#1124, thanks
@mleonhard)v1.0.115
- Documentation improvements
v1.0.114
- Fix unused_imports warnings when compiled by rustc 1.78
Commits
0ae247cRelease 1.0.1174517c7aPartialEq is not implemented between Value and 128-bit intsfdf99c7Combine number PartialEq testsb4fc245Merge pull request #1130 from serde-rs/checkcfg98f1a24Resolve unexpected_cfgs warninga3f62bbRelease 1.0.11612c8ee0Hide "non-exhaustive patterns" errors when crate fails to compile051ce97Merge pull request 1124 from mleonhard/master25dc750Replacefeatures_checkmod with a call tostd::compile_error!. Fixes htt...2e15e3dRevert "Temporarily disable miri on doctests"- Additional commits viewable in compare view
Updates serde from 1.0.196 to 1.0.202
Release notes
Sourced from serde's releases.
v1.0.202
- Provide public access to RenameAllRules in serde_derive_internals (#2743)
v1.0.201
- Resolve unexpected_cfgs warning (#2737)
v1.0.200
- Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks
@jamessan)v1.0.199
- Fix ambiguous associated item when
forward_to_deserialize_any!is used on an enum withErrorvariant (#2732, thanks@aatifsyed)v1.0.198
- Support serializing and deserializing
Saturating<T>(#2709, thanks@jbethune)v1.0.197
Commits
9e32a40Release 1.0.20287f635eRelease serde_derive_internals 0.29.1d4b2dfbMerge pull request #2743 from dtolnay/renameallrulesf6ab0bcProvide public access to RenameAllRules in serde_derive_internals48cc2a6Replace use of a syn From impl3202a68Skip rerunning build script on library code changesb4f1bc1Release 1.0.201029ab46Merge pull request #2737 from dtolnay/checkcfg220ca0cResolve unexpected_cfgs warning20306f4Fix cfg on test_systemtime_overflow- Additional commits viewable in compare view
Updates tokio from 1.36.0 to 1.37.0
Release notes
Sourced from tokio's releases.
Tokio v1.37.0
1.37.0 (March 28th, 2024)
Added
- fs: add
set_max_buf_sizetotokio::fs::File(#6411)- io: add
try_newandtry_with_interesttoAsyncFd(#6345)- sync: add
forget_permitsmethod to semaphore (#6331)- sync: add
is_closed,is_empty, andlento mpsc receivers (#6348)- sync: add a
rwlock()method to ownedRwLockguards (#6418)- sync: expose strong and weak counts of mpsc sender handles (#6405)
- sync: implement
Cloneforwatch::Sender(#6388)- task: add
TaskLocalFuture::take_value(#6340)- task: implement
FromIteratorforJoinSet(#6300)Changed
- io: make
io::splituse a mutex instead of a spinlock (#6403)Fixed
- docs: fix docsrs build without net feature (#6360)
- macros: allow select with only else branch (#6339)
- runtime: fix leaking registration entries when os registration fails (#6329)
Documented
- io: document cancel safety of
AsyncBufReadExt::fill_buf(#6431)- io: document cancel safety of
AsyncReadExt's primitive read functions (#6337)- runtime: add doc link from
Runtimeto#[tokio::main](#6366)- runtime: make the
enterexample deterministic (#6351)- sync: add Semaphore example for limiting the number of outgoing requests (#6419)
- sync: fix missing period in broadcast docs (#6377)
- sync: mark
mpsc::Sender::downgradewith#[must_use](#6326)- sync: reorder
const_newbeforenew_with(#6392)- sync: update watch channel docs (#6395)
- task: fix documentation links (#6336)
Changed (unstable)
- runtime: include task
Idin taskdumps (#6328)- runtime: panic if
unhandled_panicis enabled when not supported (#6410)#6300: tokio-rs/tokio#6300 #6326: tokio-rs/tokio#6326 #6328: tokio-rs/tokio#6328 #6329: tokio-rs/tokio#6329 #6331: tokio-rs/tokio#6331 #6336: tokio-rs/tokio#6336 #6337: tokio-rs/tokio#6337
... (truncated)
Commits
9c337cachore: prepare Tokio v1.37.0 (#6435)e542501io: document cancel safety ofAsyncBufReadExt::fill_buf(#6431)4601c84stream: addnext_manyandpoll_next_manytoStreamMap(#6409)deff252util: document cancel safety ofSinkExt::sendandStreamExt::next(#6417)4565b81sync: add arwlock()method to ownedRwLockguards (#6418)3ce4720sync: addis_closed,is_empty, andlento mpsc receivers (#6348)8342e4butil: assert compatibility betweenLengthDelimitedCodecoptions (#6414)4c453e9readme: add description about benchmarks (#6425)1846483sync: expose strong and weak counts of mpsc sender handles (#6405)baad270sync: add Semaphore example for limiting the number of outgoing requests (#6419)- 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
@dependabot rebase
@dependabot rebase
Superseded by #357.