renovate/lib/modules/manager/cargo
2023-06-15 19:41:37 +00:00
..
__fixtures__ refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
__snapshots__ feat(manager/cargo): support dynamic install 🎉 (#19106) 2022-11-25 20:45:02 +01:00
artifacts.spec.ts feat(config)!: default dockerImagePrefix to containerbase (#20150) 2023-03-10 09:34:40 +01:00
artifacts.ts feat(core): centralize sidecar image usage (#19545) 2022-12-23 09:45:15 +00:00
extract.spec.ts feat(manager/cargo): support private registry index env var (#20379) 2023-04-18 08:49:24 +00:00
extract.ts fix(manager): unify logging (#22398) 2023-05-25 16:53:05 +00:00
index.ts feat(config)!: default to rangeStrategy=auto, prefer update-lockfile (#19942) 2023-03-10 09:25:45 +01:00
range.spec.ts fix(cargo): widen not bump when value includes less-than (#22790) 2023-06-15 19:41:37 +00:00
range.ts fix(cargo): widen not bump when value includes less-than (#22790) 2023-06-15 19:41:37 +00:00
readme.md fix(cargo): widen not bump when value includes less-than (#22790) 2023-06-15 19:41:37 +00:00
types.ts feat: handle workspace.dependencies in cargo (#18831) 2022-12-09 06:11:32 +01:00

Extracts dependencies from Cargo.toml files, and also updates Cargo.lock files too if found.

When using the default rangeStrategy=auto:

  • If a "less than" instruction is found (e.g. <2) then rangeStrategy=widen will be selected,
  • Otherwise, rangeStrategy=bump will be selected.