Skip to content

Commit 1d9ad21

Browse files
committed
[meta] update chrono to 0.4.21
1 parent c7c6399 commit 1d9ad21

File tree

4 files changed

+44
-5
lines changed

4 files changed

+44
-5
lines changed

Cargo.lock

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

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ camino = { version = "1.0.9", features = ["serde1"] }
1818
config = { version = "0.13.2", default-features = false, features = ["toml"] }
1919
cargo_metadata = "0.14.2"
2020
cfg-if = "1.0.0"
21-
chrono = "0.4.20"
21+
chrono = "0.4.21"
2222
debug-ignore = "1.0.2"
2323
either = "1.7.0"
2424
futures = "0.3.21"

quick-junit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
rust-version = "1.59"
1313

1414
[dependencies]
15-
chrono = "0.4.20"
15+
chrono = "0.4.21"
1616
indexmap = "1.9.1"
1717
quick-xml = "0.23.0"
1818
thiserror = "1.0.32"

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ libc = { version = "0.2.129", features = ["std"] }
6262
futures-core = { version = "0.3.21", features = ["alloc", "std"] }
6363
futures-sink = { version = "0.3.21" }
6464
tokio = { version = "1.20.1", features = ["bytes", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "time", "tokio-macros", "winapi"] }
65-
winapi = { version = "0.3.9", default-features = false, features = ["basetsd", "consoleapi", "errhandlingapi", "fileapi", "handleapi", "impl-debug", "impl-default", "jobapi2", "minwinbase", "minwindef", "namedpipeapi", "ntdef", "ntsecapi", "processenv", "processthreadsapi", "profileapi", "psapi", "shlobj", "std", "synchapi", "sysinfoapi", "threadpoollegacyapiset", "timezoneapi", "winbase", "wincon", "winerror", "winnt", "winreg", "winuser", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
65+
winapi = { version = "0.3.9", default-features = false, features = ["activation", "basetsd", "combaseapi", "consoleapi", "errhandlingapi", "fileapi", "handleapi", "impl-debug", "impl-default", "jobapi2", "minwinbase", "minwindef", "namedpipeapi", "ntdef", "ntsecapi", "objbase", "processenv", "processthreadsapi", "profileapi", "psapi", "roapi", "shlobj", "std", "synchapi", "sysinfoapi", "threadpoollegacyapiset", "timezoneapi", "winbase", "wincon", "winerror", "winnt", "winreg", "winstring", "winuser", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
6666

6767
### END HAKARI SECTION

0 commit comments

Comments
 (0)