Skip to content

Commit c98ebb8

Browse files
Pierre Chevalierfacebook-github-bot
Pierre Chevalier
authored andcommitted
Upgrade gix crates
Summary: ignore-conflict-markers Upgrade gitoxide crates to latest release to propagate some upstream fixes: * [[gix-object] Support empty tags with or without trailing NL](GitoxideLabs/gitoxide#1903) * [[fix] Make Tree roundtrip by storing additional bit of information](GitoxideLabs/gitoxide#1917) * [fix: Make email with spaces round-trip](GitoxideLabs/gitoxide#1922) * [Make author and committer date roundtrip](GitoxideLabs/gitoxide#1935) Reviewed By: quark-zju Differential Revision: D74337531 fbshipit-source-id: 5361c7d4b0b52c683e05af8d19ac2169aebc8197
1 parent e1b586e commit c98ebb8

File tree

2 files changed

+42
-24
lines changed

2 files changed

+42
-24
lines changed

hphp/hack/src/Cargo.lock

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

hphp/hack/src/utils/hh_slog/cargo/hh_slog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
path = "../../hh_slog.rs"
1212

1313
[dependencies]
14-
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
14+
chrono = { version = "=0.4.39", features = ["clock", "serde", "std"], default-features = false }
1515
locked_file_drain = { version = "0.0.0", path = "../locked_file_drain" }
1616
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
1717
slog-async = { version = "2.3", features = ["nested-values"] }

0 commit comments

Comments
 (0)