A0-3951: Bump the all group with 6 updates#9
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [env_logger](https://github.com/rust-cli/env_logger) | `0.10.1` | `0.10.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.197` | | [serde_json](https://github.com/serde-rs/json) | `1.0.111` | `1.0.114` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.12.0` | `1.13.1` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.56` | `1.0.57` | | [tokio](https://github.com/tokio-rs/tokio) | `1.35.1` | `1.36.0` | Updates `env_logger` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.10.1...v0.10.2) Updates `serde` from 1.0.195 to 1.0.197 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.195...v1.0.197) Updates `serde_json` from 1.0.111 to 1.0.114 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.111...v1.0.114) Updates `smallvec` from 1.12.0 to 1.13.1 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.12.0...v1.13.1) Updates `thiserror` from 1.0.56 to 1.0.57 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.56...1.0.57) Updates `tokio` from 1.35.1 to 1.36.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.35.1...tokio-1.36.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all group with 6 updates:
0.10.10.10.21.0.1951.0.1971.0.1111.0.1141.12.01.13.11.0.561.0.571.35.11.36.0Updates
env_loggerfrom 0.10.1 to 0.10.2Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
7929b7fchore: Release env_logger version 0.10.23df552cdocs: Update changelog6ec4104Merge pull request #296 from epage/refactor939687dstyle: Make clippy happyc088820fix(fmt): Ensure stream gets flushed2b3f26fperf(fmt): Avoid UTF-8 validation7428386refactor(fmt): Pull out stream lookup from writee8674a2refactor(fmt): Consolidate target printingf5f3392refactor(fmt): Pull is_test into the target87008fdfix(fmt): Don't panic on broken pipes without termcolorUpdates
serdefrom 1.0.195 to 1.0.197Release notes
Sourced from serde's releases.
Commits
5fa711dRelease 1.0.197f5d8ae4Resolve prelude redundant import warnings1d54973Merge pull request #2697 from nyurik/format-strb8fafefA few minorwrite_stroptimizations and inliningc42ebb8Update ui test suite to nightly-2024-02-129e68062Ignore incompatible_msrv clippy lint for conditionally compiled code846f865Ignore dead_code warnings in testede9762Release 1.0.196d438c2dMerge pull request #2682 from dtolnay/decimalpointbef110bFormat Unexpected::Float with decimal pointUpdates
serde_jsonfrom 1.0.111 to 1.0.114Release notes
Sourced from serde_json's releases.
Commits
e1b3a6dRelease 1.0.1146fb7026Work around prelude redundant import warnings34a04c5Ignore incompatible_msrv clippy false positives in testca05f69Remove unused Float::is_sign_negative trait method09d865bRelease 1.0.1135aeab4eMerge pull request #1109 from serde-rs/removeca3c2caAdd swap_remove and shift_remove methods on Map7fece96Release 1.0.1126a6d2bbMerge pull request #1107 from serde-rs/unexpectedfloat83d7badFormat f64 in error messages using ryuUpdates
smallvecfrom 1.12.0 to 1.13.1Release notes
Sourced from smallvec's releases.
Commits
f8136b8Version 1.13.125f5d91Revert "Impl get_size::GetSize (behind feature flag)"ff05444Version 1.13.038863e8Impl get_size::GetSize (behind feature flag)Updates
thiserrorfrom 1.0.56 to 1.0.57Release notes
Sourced from thiserror's releases.
Commits
1d106b1Release 1.0.578a5c4d1Use write_str when args only consists of trailing commaf790beePhrase flag in terms of whether core::fmt machinery is requiredd43b759Ignore needless_raw_string_hashes pedantic clippy lint in testd09c418Touch up PR 286097251dMerge pull request #286 from nyurik/litstrcd79876optimize by avoiding second fmt.value() calld7e738eOptimize simple literals for Display::fmt0717de3Update ui test suite to nightly-2024-02-08c7c7547Update ui test suite to nightly-2024-01-31Updates
tokiofrom 1.35.1 to 1.36.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
eaf81edchore: prepare Tokio v1.36.0 (#6312)53f9e5aci: make sure dictionary words are sorted and unique (#6316)9077762net: expose keepalive option onTcpSocket(#6311)131e7b4ci: add spellchecking (#6297)e53b92aio: clarifyclear_readydocs (#6304)7536132sync: use AtomicBool in broadcast channel future (#6298)b6d0c90macros: fix trait_method breaking change detection (#6308)4846959runtime: remove obsolete comment (#6303)ec30383net: addUnixSocket(#6290)f80bbecio: simplify check for empty slice (#6293)You can trigger a rebase of this PR 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