-
-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the cargo group across 1 directory with 7 updates #122
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
Bumps the cargo group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [git2](https://github.com/rust-lang/git2-rs) | `0.20.0` | `0.20.1` | | [log](https://github.com/rust-lang/log) | `0.4.26` | `0.4.27` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.12` | `0.12.15` | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.0` | `1.44.1` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.18.0` | `3.19.1` | | [napi](https://github.com/napi-rs/napi-rs) | `2.16.16` | `2.16.17` | | [napi-build](https://github.com/napi-rs/napi-rs) | `2.1.5` | `2.1.6` | Updates `git2` from 0.20.0 to 0.20.1 - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.20.0...git2-0.20.1) Updates `log` from 0.4.26 to 0.4.27 - [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.26...0.4.27) Updates `reqwest` from 0.12.12 to 0.12.15 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.12...v0.12.15) Updates `tokio` from 1.44.0 to 1.44.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.0...tokio-1.44.1) Updates `tempfile` from 3.18.0 to 3.19.1 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.18.0...v3.19.1) Updates `napi` from 2.16.16 to 2.16.17 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.17) Updates `napi-build` from 2.1.5 to 2.1.6 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/[email protected]@2.1.6) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: napi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: napi-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #122 +/- ##
=======================================
Coverage 97.58% 97.58%
=======================================
Files 14 14
Lines 3430 3430
=======================================
Hits 3347 3347
Misses 83 83 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #122 will not alter performanceComparing Summary
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the cargo group with 7 updates in the / directory:
0.20.0
0.20.1
0.4.26
0.4.27
0.12.12
0.12.15
1.44.0
1.44.1
3.18.0
3.19.1
2.16.16
2.16.17
2.1.5
2.1.6
Updates
git2
from 0.20.0 to 0.20.1Changelog
Sourced from git2's changelog.
Commits
62d353e
Merge pull request #1144 from ehuss/bump-version8980c61
Bump versions of git2 and libgit2-sys1e1687e
Merge pull request #1137 from aibaars/fix-credential-helper258d3b6
Merge pull request #1062 from MikeJerred/masterd1b40aa
Drop lifetime for MergeFileResult197106b
Drop Copy/Clone from git_merge_file_result8381b72
Make MergeFileOptions::raw pub(crate)3cc3e25
fix: type mismatch errore1e933b
fix: mark to_raw asunsafe
b76c8be
fix: use correct typings for git_merge_file_flag_tUpdates
log
from 0.4.26 to 0.4.27Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
35161d0
Merge pull request #674 from rust-lang/cargo/0.4.27cc131ef
prepare for 0.4.27 releaseea6f54d
Merge pull request #673 from rust-lang/feat/logger-by-refd229c73
fix unclosed code block02486e4
fill in more tests for logger argument71e034f
expand logger testsdfa067e
fix up kv passing39d4c3a
run fmt7aacc8f
pass global logger by value, supplied logger by refa438c6e
Merge pull request #664 from tisonkun/logger-fieldUpdates
reqwest
from 0.12.12 to 0.12.15Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
54376c3
v0.12.15e4bb3e6
upgrade h3-quinn (#2605)96a4fea
Merge tag 'v0.12.14'5fd3d5b
Re-enable NO_PROXY envs on Windows (#2601)e9215fd
Support streaming response body in HTTP/3 (#2517)cf50f11
v0.12.14f63c631
re-add fetch_mode_no_cors shim when not in wasm, but deprecated (#2598)e44e371
v0.12.13e83e138
Added osv-scanner.toml file to ignore npm packages in wasm examples during vu...7e85d2f
ci: pin once-cell in msrv job (#2594)Updates
tokio
from 1.44.0 to 1.44.1Release notes
Sourced from tokio's releases.
Commits
d413c9c
chore: prepare Tokio v1.44.1 (#7217)addbfb9
rt: skip defer queue inblock_in_place
context (#7216)Updates
tempfile
from 3.18.0 to 3.19.1Changelog
Sourced from tempfile's changelog.
Commits
95540ed
chore: release v3.19.1b60aae4
fix(windows): don't automatically delete files on open (#344)167f544
ci(cargo-deny): remove windows-sys exception (#343)42fff68
chore: release v3.19.061b4283
feat(windows): add a feature to immediate tempfile deletion (#340)c2d16b3
ci: downgrade once-cell on old rustc versions (#342)35c204d
chore: remove cfg-if dependency (#338)Updates
napi
from 2.16.16 to 2.16.17Release notes
Sourced from napi's releases.
Commits
f217831
Release independent packagesf3cf862
fix(napi): backport BigInt changes from #2028 & #2356 (#2524)Updates
napi-build
from 2.1.5 to 2.1.6Release notes
Sourced from napi-build's releases.
Commits
c1b840e
Release independent packages2fb1a52
chore(release): publish6f6c110
perf(build): remove --export-dynamic flag in wasi compilation (#2523)9873fb3
feat(cli): addwasm.browser.asyncInit
for large wasm file (#2514)69d1c41
Release independent packages3dd9143
fix(napi): re-create async runtime (#2519)574e7e4
chore(deps): update dependency shx to ^0.4.0 (#2518)2b27a42
Release independent packagesc62acd2
chore: upgrade npm dependencies (#2516)c57ac0c
chore(deps): update dependency@oxc-node/core
to ^0.0.21 (#2515)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