Skip to content

build(deps): bump tar from 0.4.45 to 0.4.46 in the cargo group across 1 directory - #1928

Merged
ya7010 merged 1 commit into
mainfrom
dependabot/cargo/cargo-8529595794
May 29, 2026
Merged

build(deps): bump tar from 0.4.45 to 0.4.46 in the cargo group across 1 directory#1928
ya7010 merged 1 commit into
mainfrom
dependabot/cargo/cargo-8529595794

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 1 update in the / directory: tar.

Updates tar from 0.4.45 to 0.4.46

Release notes

Sourced from tar's releases.

0.4.46

Security

See also GHSA-3cv2-h65g-fgmm

Other changes

New Contributors

Full Changelog: composefs/tar-rs@0.4.45...0.4.46

Commits

Dependabot compatibility score

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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 1 update in the / directory: [tar](https://github.com/composefs/tar-rs).


Updates `tar` from 0.4.45 to 0.4.46
- [Release notes](https://github.com/composefs/tar-rs/releases)
- [Commits](composefs/tar-rs@0.4.45...0.4.46)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 0.4.46
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 29, 2026
@dependabot
dependabot Bot requested a review from ya7010 as a code owner May 29, 2026 21:30
@ya7010
ya7010 merged commit 9f5a5a5 into main May 29, 2026
23 checks passed
@ya7010
ya7010 deleted the dependabot/cargo/cargo-8529595794 branch May 29, 2026 22:59
jylenhof pushed a commit to jylenhof/gh-action-pulse that referenced this pull request Jul 16, 2026
Automated mise tool upgrades from local config.

Updated tools:
- `tombi`

Command: `mise upgrade --bump --local tombi`

<details>
<summary>Version changelog (tombi)</summary>

| Tool | Requested | Installed |
|------|-----------|-----------|
| `tombi` | `1.0.0` → `1.2.0` | `1.0.0` → `1.2.0` |

</details>

<details>
<summary>Release notes (1 tools)</summary>

<details>
<summary>tombi: `1.0.0` → `1.2.0` (tombi-toml/tombi)</summary>

### v1.1.0

<!-- Release notes generated using configuration in .github/release.yml at v1.1.0 -->

## What's Changed

Starting with this version, we will synchronize [setup-tombi](https://github.com/tombi-toml/setup-tombi) with version control.

### 🛠️ Other Changes
* test: consolidate tombi-lsp ad hoc cases by @ya7010 in tombi-toml/tombi#1914
* ci: sync setup-tombi release automation by @ya7010 in tombi-toml/tombi#1915

**Full Changelog**: tombi-toml/tombi@v1.0.0...v1.1.0

### v1.1.1

<!-- Release notes generated using configuration in .github/release.yml at v1.1.1 -->

## What's Changed
### 🐛 Bug Fixes
* Align multiline delimiter comments with trailing comment width by @ya7010 in tombi-toml/tombi#1924
### 👒 Dependencies
* fix: address Dependabot security alerts by @ya7010 in tombi-toml/tombi#1919
* fix: remove unused surf fallback from schema store by @ya7010 in tombi-toml/tombi#1920
### 🛠️ Other Changes
* fix: statically link Windows MSVC CRT by @ya7010 in tombi-toml/tombi#1917
* fix: resolve Dependabot security alerts by @ya7010 in tombi-toml/tombi#1918

**Full Changelog**: tombi-toml/tombi@v1.1.0...v1.1.1

### v1.1.2

<!-- Release notes generated using configuration in .github/release.yml at v1.1.2 -->

## What's Changed
### 🚀 New Features
* feat(installer): add archive checksum verification by @ya7010 in tombi-toml/tombi#1931
* fix(cargo-hover): show feature dependency metadata in hover by @ya7010 in tombi-toml/tombi#1932
### 👒 Dependencies
* build(deps): bump tar from 0.4.45 to 0.4.46 in the cargo group across 1 directory by @dependabot[bot] in tombi-toml/tombi#1928
### 🛠️ Other Changes
* ci: follow setup-tombi consolidated release workflow by @ya7010 in tombi-toml/tombi#1925
* docs(schema): describe partially dynamic pyproject metadata by @ya7010 in tombi-toml/tombi#1929

**Full Changelog**: tombi-toml/tombi@v1.1.1...v1.1.2

### v1.1.3

<!-- Release notes generated using configuration in .github/release.yml at v1.1.3 -->

## What's Changed
### 🚀 New Features
* fix(pyproject): keep declarations out of references by @ya7010 in tombi-toml/tombi#1937
### 🛠️ Other Changes
* docs(install): remove sha256 prefix from checksum example by @ya7010 in tombi-toml/tombi#1933
* fix(ci): quote install workflow step name by @ya7010 in tombi-toml/tombi#1934
* ci: pin GitHub Actions and tighten defaults by @ya7010 in tombi-toml/tombi#1935
* ci: pin npm release tooling versions by @ya7010 in tombi-toml/tombi#1936
* ci: use trusted publishing for PyPI release by @ya7010 in tombi-toml/tombi#1938
* fix(ci): pass snapcraft matrix platform to build by @ya7010 in tombi-toml/tombi#1939
* fix(ci): allow snapcraft cross-build platforms on amd64 by @ya7010 in tombi-toml/tombi#1940

**Full Changelog**: tombi-toml/tombi@v1.1.2...v1.1.3

### v1.1.4

<!-- Release notes generated using configuration in .github/release.yml at v1.1.4 -->

## What's Changed
### 🐛 Bug Fixes
* fix(lsp): avoid stale diagnostics after changes by @ya7010 in tombi-toml/tombi#1954
### 👒 Dependencies
* build(deps-dev): bump esbuild from 0.28.0 to 0.28.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in tombi-toml/tombi#1945
* build(deps-dev): bump the npm_and_yarn group across 2 directories with 1 update by @dependabot[bot] in tombi-toml/tombi#1952
### 🛠️ Other Changes
* fix(ci): include LICENSE in python sdist by @ya7010 in tombi-toml/tombi#1942
* docs: explain selective auto-sort re-enable by @ya7010 in tombi-toml/tombi#1943
* Use GitHub App token for dependent release dispatches by @ya7010 in tombi-toml/tombi#1951

**Full Changelog**: tombi-toml/tombi@v1.1.3...v1.1.4

### v1.1.5

<!-- Release notes generated using configuration in .github/release.yml at v1.1.5 -->

## What's Changed
### 🐛 Bug Fixes
* fix(lsp): merge allOf table key completions by @ya7010 in tombi-toml/tombi#1959
* fix(vscode): color TOML dates as constants by @ya7010 in tombi-toml/tombi#1960
### 🛠️ Other Changes
* fix(lsp): complete literal keys in tables by @ya7010 in tombi-toml/tombi#1958

**Full Changelog**: tombi-toml/tombi@v1.1.4...v1.1.5

### v1.1.6

<!-- Release notes generated using configuration in .github/release.yml at v1.1.6 -->

## What's Changed
### 🚀 New Features
* feat: include target in CLI version output by @ya7010 in tombi-toml/tombi#1974
### 🐛 Bug Fixes
* fix: remove npm install script from tombi package by @ya7010 in tombi-toml/tombi#1969
### 🛠️ Other Changes
* Fix Windows release CRT linkage by @ya7010 in tombi-toml/tombi#1961
* ci: use shared release environment by @ya7010 in tombi-toml/tombi#1962
* Deprecate legacy document-link feature toggles by @ya7010 in tombi-toml/tombi#1965
* docs: add v2 release todo by @ya7010 in tombi-toml/tombi#1966
* chore: bump biome $schema to match pinned CLI 2.3.8 by @EduardF1 in tombi-toml/tombi#1967
* Align release build settings by @ya7010 in tombi-toml/tombi#1972
* fix: update vulnerable npm dependencies by @ya7010 in tombi-toml/tombi#1973

## New Contributors
* @EduardF1 made their first contribution in tombi-toml/tombi#1967

**Full Changelog**: tombi-toml/tombi@v1.1.5...v1.1.6

### v1.1.7

<!-- Release notes generated using configuration in .github/release.yml at v1.1.7 -->

## What's Changed
### 🦅 New Features
* Apply quote style to string keys by @ya7010 in tombi-toml/tombi#1980
* Support JSON schema `deprecationMessage` by @ya7010 in tombi-toml/tombi#1986
### 🐝 Bug Fixes
* Fix nested anyOf hover enum selection by @ya7010 in tombi-toml/tombi#1979
### 🛠️ Other Changes
* Update issue template emoji by @ya7010 in tombi-toml/tombi#1975
* Fix anyOf hover enum leakage by @ya7010 in tombi-toml/tombi#1976
* ci: validate winget manifest before submission by @ya7010 in tombi-toml/tombi#1977
* Improve formatting edit debug log by @ya7010 in tombi-toml/tombi#1978
* ci: harden winget manifest invocation check by @ya7010 in tombi-toml/tombi#1981
* ci: validate winget manifest leaf directory by @ya7010 in tombi-toml/tombi#1982
* ci: ignore winget manifest validation warnings by @ya7010 in tombi-toml/tombi#1983
* Fix root `$ref` schema completion by @kjanat in tombi-toml/tombi#1984

**Full Changelog**: tombi-toml/tombi@v1.1.6...v1.1.7

### v1.2.0

<!-- Release notes generated using configuration in .github/release.yml at v1.2.0 -->

## What's Changed
### 🚨 Breaking Changes
* Send CLI diagnostics to stderr by @ya7010 in tombi-toml/tombi#1991
### 🦅 New Features
* Add release asset attestations by @ya7010 in tombi-toml/tombi#1993
### 🐝 Bug Fixes
* fix(lsp): clear diagnostics after document close if workspace-diagnostics is disabled by @ya7010 in tombi-toml/tombi#1998
### 🛠️ Other Changes
* ci: align release note category emoji by @ya7010 in tombi-toml/tombi#1990
* docs: document TOMBI_NO_COLOR by @ya7010 in tombi-toml/tombi#1997
* fix(lsp): avoid cloning document URIs by @ya7010 in tombi-toml/tombi#1999

**Full Changelog**: tombi-toml/tombi@v1.1.7...v1.2.0

</details>

</details>

Modified files:
- `.mise.toml`

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant