-
Notifications
You must be signed in to change notification settings - Fork 3
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
build(deps): bump the production-dependencies group with 4 updates #94
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/production-dependencies-659e586a85
Closed
build(deps): bump the production-dependencies group with 4 updates #94
dependabot
wants to merge
1
commit into
main
from
dependabot/cargo/production-dependencies-659e586a85
Conversation
This file contains 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
Bumps the production-dependencies group with 4 updates: [thiserror](https://github.com/dtolnay/thiserror), [anyhow](https://github.com/dtolnay/anyhow), [env_logger](https://github.com/rust-cli/env_logger) and [serde_json](https://github.com/serde-rs/json). Updates `thiserror` from 2.0.7 to 2.0.9 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.7...2.0.9) Updates `anyhow` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.94...1.0.95) Updates `env_logger` from 0.11.5 to 0.11.6 - [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.11.5...v0.11.6) Updates `serde_json` from 1.0.133 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.133...v1.0.134) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Dec 23, 2024
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/cargo/production-dependencies-659e586a85
branch
December 30, 2024 14:17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 production-dependencies group with 4 updates: thiserror, anyhow, env_logger and serde_json.
Updates
thiserror
from 2.0.7 to 2.0.9Release notes
Sourced from thiserror's releases.
Commits
c535cec
Release 2.0.90a0516d
Merge pull request #404 from dtolnay/fromfne5169bb
Unspan From impl contentsc008375
FIx typo in ui test2bd2982
Release 2.0.8a7de3ab
Merge pull request #399 from dtolnay/respanf1243a0
Fix spans on macro-generated bindings and format variables6a07345
Add regression test for issue 398Updates
anyhow
from 1.0.94 to 1.0.95Release notes
Sourced from anyhow's releases.
Commits
48be1ca
Release 1.0.95a03d6d6
Merge pull request #402 from dtolnay/fromboxed52e4abb
Add Error::from_boxed with documentation about bidirectional?
ffecefc
Merge pull request #401 from dtolnay/construct671f700
Add construct_ prefix to name of private construct functionsUpdates
env_logger
from 0.11.5 to 0.11.6Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
dc1a01a
chore: Release65f81b3
docs: Update changelog7742599
Merge pull request #345 from EriKWDev/main59229bc
fix: Test result of everything enabled has changedb0d4760
spelling + field names1bad1f5
feature: ability to display source file path and line number with default for...cc97bf7
chore(deps): Update Rust Stable to v1.83 (#343)240cd21
style: Make clippy happyda7ff82
chore: Update from _rust templateab1d854
chore(deps): Update Rust crate snapbox to v0.6.20 (#342)Updates
serde_json
from 1.0.133 to 1.0.134Release notes
Sourced from serde_json's releases.
Commits
b2a1415
Release 1.0.1349875785
Tweak wording of NULL/TRUE/FALSE documentation4aa05b9
Merge pull request #1222 from dtolnay/rawvalueassocf42c7c7
Move RawValue associated constants into same impl block as public functions96576ba
Merge pull request #1221 from bheylin/add-const-raw-values-for-null-and-bools4db66fb
Add'static
lifetime toconst
's9c9aa1f
Add literal 'null', 'true' and 'false' consts toRawValue
struct.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