Skip to content

Commit e145a74

Browse files
committed
update time crate explicitly in Cargo.toml to latest version
1 parent 90ec770 commit e145a74

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ anyhow = "1.0.42"
165165
gitoxide-core = { version = "^0.31.0", path = "gitoxide-core" }
166166
gix-features = { version = "^0.32.1", path = "gix-features" }
167167
gix = { version = "^0.51.0", path = "gix", default-features = false }
168-
time = "0.3.19"
168+
time = "0.3.23"
169169

170170
clap = { version = "4.1.1", features = ["derive", "cargo"] }
171171
prodash = { version = "25.0.0", optional = true, default-features = false }

cargo-smart-release/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ crates-index = { version = "2.1.0", default-features = false, features = ["git-p
3636
cargo_toml = "0.15.1"
3737
winnow = "0.5.1"
3838
git-conventional = "0.12.0"
39-
time = "0.3.19"
39+
time = "0.3.23"
4040
pulldown-cmark = "0.9.0"
4141
bitflags = "2"
4242

gix-archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gix-date = { version = "^0.7.1", path = "../gix-date" }
3131

3232
libflate = { version = "2.0.0", optional = true }
3333
zip = { version = "0.6.6", optional = true, default-features = false, features = ["deflate", "time"] }
34-
time = { version = "0.3.22", optional = true, default-features = false, features = ["std"] }
34+
time = { version = "0.3.23", optional = true, default-features = false, features = ["std"] }
3535

3636
thiserror = "1.0.26"
3737
bstr = { version = "1.5.0", default-features = false }

gix-date/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde= ["dep:serde", "bstr/serde"]
2020
bstr = { version = "1.3.0", default-features = false, features = ["std"]}
2121
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
2222
itoa = "1.0.1"
23-
time = { version = "0.3.17", default-features = false, features = ["local-offset", "formatting", "macros", "parsing"] }
23+
time = { version = "0.3.23", default-features = false, features = ["local-offset", "formatting", "macros", "parsing"] }
2424
thiserror = "1.0.32"
2525

2626
document-features = { version = "0.2.0", optional = true }

gix-revision/fuzz/Cargo.lock

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

0 commit comments

Comments
 (0)