Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump cargo_toml from 0.13.0 to 0.22.3
Bumps [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) from 0.13.0 to 0.22.3.
- [Commits](https://gitlab.com/lib.rs/cargo_toml/commits/v0.22.3)

---
updated-dependencies:
- dependency-name: cargo_toml
  dependency-version: 0.22.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 25, 2025
commit 302d955cd1c445bb566ba2946ee1c6848bc028fb
53 changes: 49 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion job_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2018"

[dependencies]
rustop = "1.1"
cargo_toml = "0.13"
cargo_toml = "0.22"
anyhow = "1.0"
Loading