-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit fd78487
authored
chore: bump gix-lock to remove thiserror@1 from
### What does this PR try to resolve?
A follow-up of #14998
Other dev tools for cargo development are fine keeping v1. They are not
shipped to end users.
Before
```
$ cargo tree --workspace -i [email protected]
thiserror v1.0.63
├── cargo_metadata v0.19.0
│ └── capture v0.1.0 (/projects/cargo/benches/capture)
├── gix-lock v15.0.0
│ ├── gix v0.69.1
│ │ └── cargo v0.86.0 (/projects/cargo)
│ │ ├── benchsuite v0.0.0 (/projects/cargo/benches/benchsuite)
│ │ ├── resolver-tests v0.0.0 (/projects/cargo/crates/resolver-tests)
│ │ ├── xtask-bump-check v0.0.0 (/projects/cargo/crates/xtask-bump-check)
│ │ └── xtask-lint-docs v0.1.0 (/projects/cargo/crates/xtask-lint-docs)
│ │ [dev-dependencies]
│ │ └── cargo v0.86.0 (/projects/cargo) (*)
│ ├── gix-index v0.37.0
│ │ ├── gix v0.69.1 (*)
│ │ ├── gix-dir v0.11.0
│ │ │ └── gix v0.69.1 (*)
│ │ └── gix-worktree v0.38.0
│ │ ├── gix v0.69.1 (*)
│ │ └── gix-dir v0.11.0 (*)
│ ├── gix-protocol v0.47.0
│ │ └── gix v0.69.1 (*)
│ ├── gix-ref v0.49.1
│ │ ├── gix v0.69.1 (*)
│ │ ├── gix-config v0.42.0
│ │ │ ├── gix v0.69.1 (*)
│ │ │ └── gix-submodule v0.16.0
│ │ │ └── gix v0.69.1 (*)
│ │ ├── gix-discover v0.37.0
│ │ │ ├── gix v0.69.1 (*)
│ │ │ └── gix-dir v0.11.0 (*)
│ │ └── gix-protocol v0.47.0 (*)
│ └── gix-shallow v0.1.0
│ ├── gix v0.69.1 (*)
│ └── gix-protocol v0.47.0 (*)
├── handlebars v6.2.0
│ └── mdman v0.0.0 (/projects/cargo/crates/mdman)
├── pest v2.7.9
│ ├── handlebars v6.2.0 (*)
│ ├── pest_derive v2.7.9 (proc-macro)
│ │ └── handlebars v6.2.0 (*)
│ ├── pest_generator v2.7.9
│ │ └── pest_derive v2.7.9 (proc-macro) (*)
│ └── pest_meta v2.7.9
│ └── pest_generator v2.7.9 (*)
├── varisat v0.2.2
│ └── resolver-tests v0.0.0 (/projects/cargo/crates/resolver-tests)
├── varisat-checker v0.2.2
│ └── varisat v0.2.2 (*)
└── varisat-dimacs v0.2.2
├── varisat v0.2.2 (*)
└── varisat-checker v0.2.2 (*)
```
After
```
$ cargo tree --workspace -i [email protected]
thiserror v1.0.63
├── cargo_metadata v0.19.0
│ └── capture v0.1.0 (/projects/cargo/benches/capture)
├── handlebars v6.2.0
│ └── mdman v0.0.0 (/projects/cargo/crates/mdman)
├── pest v2.7.9
│ ├── handlebars v6.2.0 (*)
│ ├── pest_derive v2.7.9 (proc-macro)
│ │ └── handlebars v6.2.0 (*)
│ ├── pest_generator v2.7.9
│ │ └── pest_derive v2.7.9 (proc-macro) (*)
│ └── pest_meta v2.7.9
│ └── pest_generator v2.7.9 (*)
├── varisat v0.2.2
│ └── resolver-tests v0.0.0 (/projects/cargo/crates/resolver-tests)
├── varisat-checker v0.2.2
│ └── varisat v0.2.2 (*)
└── varisat-dimacs v0.2.2
├── varisat v0.2.2 (*)
└── varisat-checker v0.2.2 (*)
```
### How should we test and review this PR?
It has nothing changed but thiserror version.
https://diff.rs/gix-lock/15.0.0/gix-lock/15.0.1/Cargo.toml/cargo
(#15012)1 file changed
+3
-3
lines changed+3-3Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments