Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the cargo-version group with 4 updates #43

Merged
merged 2 commits into from
Sep 3, 2024
Merged
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
20 changes: 10 additions & 10 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ env_logger = "0.11.5"
home = "0.5.9"
human_format = "1.1.0"
indicatif = "0.17.8"
indicatif-log-bridge = "0.2.2"
indicatif-log-bridge = "0.2.3"
log = "0.4.22"
memchr = "2.7.4"
nix = { version = "0.29.0", features = ["signal"] }
path-absolutize = "3.1.1"
postcard = { version = "1.0.8", default-features = false, features = ["use-std"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.121"
postcard = { version = "1.0.10", default-features = false, features = ["use-std"] }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
signal-hook = { version = "0.3.17", default-features = false }
speedate = "0.14.4"
thiserror = "1.0.63"
Expand Down
10 changes: 5 additions & 5 deletions THIRDPARTY.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4152,7 +4152,7 @@ third_party_libraries:
SOFTWARE.

- package_name: indicatif-log-bridge
package_version: 0.2.2
package_version: 0.2.3
repository: https://github.com/djugei/indicatif-log-bridge
license: MIT
licenses:
Expand Down Expand Up @@ -5268,7 +5268,7 @@ third_party_libraries:
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
- package_name: postcard
package_version: 1.0.9
package_version: 1.0.10
repository: https://github.com/jamesmunns/postcard
license: MIT OR Apache-2.0
licenses:
Expand Down Expand Up @@ -6211,7 +6211,7 @@ third_party_libraries:
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
- package_name: serde
package_version: 1.0.208
package_version: 1.0.209
repository: https://github.com/serde-rs/serde
license: MIT OR Apache-2.0
licenses:
Expand Down Expand Up @@ -6419,7 +6419,7 @@ third_party_libraries:

END OF TERMS AND CONDITIONS
- package_name: serde_derive
package_version: 1.0.208
package_version: 1.0.209
repository: https://github.com/serde-rs/serde
license: MIT OR Apache-2.0
licenses:
Expand Down Expand Up @@ -6627,7 +6627,7 @@ third_party_libraries:

END OF TERMS AND CONDITIONS
- package_name: serde_json
package_version: 1.0.125
package_version: 1.0.127
repository: https://github.com/serde-rs/json
license: MIT OR Apache-2.0
licenses:
Expand Down