build(deps): bump the all-dependencies group across 1 directory with 6 updates#81
build(deps): bump the all-dependencies group across 1 directory with 6 updates#81dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
…6 updates Bumps the all-dependencies group with 3 updates in the / directory: [github.com/ipfs/boxo](https://github.com/ipfs/boxo), [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) and [go.sia.tech/renterd/v2](https://github.com/SiaFoundation/renterd). Updates `github.com/ipfs/boxo` from 0.35.2 to 0.37.0 - [Release notes](https://github.com/ipfs/boxo/releases) - [Changelog](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md) - [Commits](ipfs/boxo@v0.35.2...v0.37.0) Updates `github.com/ipfs/go-datastore` from 0.9.0 to 0.9.1 - [Release notes](https://github.com/ipfs/go-datastore/releases) - [Commits](ipfs/go-datastore@v0.9.0...v0.9.1) Updates `github.com/libp2p/go-libp2p` from 0.46.0 to 0.47.0 - [Release notes](https://github.com/libp2p/go-libp2p/releases) - [Changelog](https://github.com/libp2p/go-libp2p/blob/master/CHANGELOG.md) - [Commits](libp2p/go-libp2p@v0.46.0...v0.47.0) Updates `github.com/libp2p/go-libp2p-kad-dht` from 0.37.0 to 0.38.0 - [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases) - [Commits](libp2p/go-libp2p-kad-dht@v0.37.0...v0.38.0) Updates `github.com/mattn/go-sqlite3` from 1.14.33 to 1.14.34 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.33...v1.14.34) Updates `go.sia.tech/renterd/v2` from 2.7.1 to 2.8.1 - [Release notes](https://github.com/SiaFoundation/renterd/releases) - [Changelog](https://github.com/SiaFoundation/renterd/blob/master/CHANGELOG.md) - [Commits](SiaFoundation/renterd@v2.7.1...v2.8.1) --- updated-dependencies: - dependency-name: github.com/ipfs/boxo dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: github.com/ipfs/go-datastore dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: github.com/libp2p/go-libp2p dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: github.com/libp2p/go-libp2p-kad-dht dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: go.sia.tech/renterd/v2 dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
7a81cda to
03b157d
Compare
Bumps the all-dependencies group with 3 updates in the / directory: github.com/ipfs/boxo, github.com/mattn/go-sqlite3 and go.sia.tech/renterd/v2.
Updates
github.com/ipfs/boxofrom 0.35.2 to 0.37.0Release notes
Sourced from github.com/ipfs/boxo's releases.
... (truncated)
Changelog
Sourced from github.com/ipfs/boxo's changelog.
Commits
2d36cd3Merge pull request #1109 from ipfs/release-v0.37.00011242remove "Zipkin Exporter" from tracing docs, as it is deprecated and has been ...df973f3bump versiona19cb9bRelease v0.37.00bcf5f9update dependencies (#1107)f0cdbf6upgrade go-dsqueue to v0.2.0 (#1106)514bc91refactor: modernize code (#1105)6aa643aensure http response body is closed (#1103)4eca47cMerge pull request #1104 from ipfs/update-deps3d58093update dependenciesUpdates
github.com/ipfs/go-datastorefrom 0.9.0 to 0.9.1Release notes
Sourced from github.com/ipfs/go-datastore's releases.
Commits
2dd8c30new version (#266)7659bf4update opentelemetry to v1.40.0 (#265)4b172cfrefactor: modernize code (#264)d5458f4test suite: use a non-cancelled context to delete all keys (#259)779b962Document not to reuse batch (#258)670a127Revert "Test that a second batch commit does not error (#256)" (#257)57decd2Test that a second batch commit does not error (#256)Updates
github.com/libp2p/go-libp2pfrom 0.46.0 to 0.47.0Release notes
Sourced from github.com/libp2p/go-libp2p's releases.
Commits
b93eda0Release v0.47.0 (#3454)1239354rcmgr: expose resource limits to Prometheus (#3433)dd26469update webtransport-go to v0.10.0 and quic-go to v0.59.0 (#3452)f636d44efix: handle error from mh.Sum in IDFromPublicKey2bed145update quic-go to v0.58.0bcc2bf1fix(basic_host): set read deadline before multistream Close to prevent blocking479b24bmod tidy test-plans package (#3450)6c4273fupdate simnet dependency61bc00crename simconlibp2p package to simlibp2pf4e714csimlibp2p: add GetBasicHostPair helperUpdates
github.com/libp2p/go-libp2p-kad-dhtfrom 0.37.0 to 0.38.0Release notes
Sourced from github.com/libp2p/go-libp2p-kad-dht's releases.
Commits
0d9f9f6Release v0.38.0 (#1236)5cbddc6update go-datastore to v0.9.1 (#1235)c013eacchore(deps): bump github.com/pion/dtls/v3 from 3.1.0 to 3.1.1 (#1234)a9412b2chore(deps): bump github.com/pion/dtls/v3 from 3.0.6 to 3.1.0 (#1232)4ea2e7dfix(provider/keystore): protect keystore size during reset (#1227)bdbaca7update dependencies and minimum go version (#1230)a3ccf46refactor: apply go fix modernizers from Go 1.26 (#1231)c59fde6chore: go-libdht org transfer (#1229)e9e1b98fix(provider): close datastore results (#1226)dfdf80achore: add issue templates with need/triage labelUpdates
github.com/mattn/go-sqlite3from 1.14.33 to 1.14.34Commits
2087331add script to create pull-requesta510883Upgrade SQLite to version 3051002dce6b34Add percentile extensionUpdates
go.sia.tech/renterd/v2from 2.7.1 to 2.8.1Release notes
Sourced from go.sia.tech/renterd/v2's releases.
Changelog
Sourced from go.sia.tech/renterd/v2's changelog.
Commits
b2f7a6echore: prepare release 2.8.1 (#2032)e0dcee6chore: prepare release 2.8.10241ba0Fix instant sync (#2031)ec61050reset chain state4846d40fix instant sync373df0dchore: prepare release 2.8.0aec799bdocs: delete changelog811a0fadocs: add changelog3791940node: reset chain state on instant sync5ca3d3bchore(deps): bump github.com/gabriel-vasile/mimetypeDependabot 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 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