Skip to content

Commit f60ed4c

Browse files
committed
chore(dependencies): update process_control and time crates
- Upgraded `process_control` from version 5.1.1 to 5.2.0 in `Cargo.toml` and updated the corresponding checksum in `Cargo.lock`. - Updated `time` crate from version 0.3 to 0.3.43, ensuring compatibility with the latest features and improvements. - Adjusted `windows-link` and `windows-sys` versions in `Cargo.lock` to maintain consistency across dependencies. These changes enhance the project's dependency management and ensure compatibility with the latest versions of critical libraries.
1 parent 54eae7d commit f60ed4c

2 files changed

Lines changed: 29 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ testcontainers-modules = { version = "0.13.0", features = ["mariadb", "mysql", "
5656
tempfile = "3.21.0"
5757
assert_cmd = "2.0.17"
5858
predicates = "3.1.2"
59-
process_control = "5.1.1"
59+
process_control = "5.2.0"
6060
insta = "1.43.1"
6161
temp-env = "0.3.6"
6262
regex = "1.11.2"
6363
rustls = { version = "0.23.31", features = ["ring"] }
6464
serde_json = "1.0.143"
6565
rcgen = "0.14.3"
66-
time = { version = "0.3", features = ["macros"] }
66+
time = { version = "0.3.43", features = ["macros"] }
6767
walkdir = "2.5.0"
6868
sysinfo = "0.37.0"
6969

0 commit comments

Comments
 (0)