Skip to content

Commit 6f1e56d

Browse files
committed
Update all deps to using rust-lang/time
1 parent 961cec5 commit 6f1e56d

File tree

3 files changed

+52
-24
lines changed

3 files changed

+52
-24
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ git = "https://github.com/alexcrichton/git2-rs"
8888
[dependencies.openssl]
8989
git = "https://github.com/sfackler/rust-openssl"
9090

91+
[dependencies.time]
92+
git = "https://github.com/rust-lang/time"
93+
9194
[dev-dependencies.conduit-test]
9295
git = "https://github.com/conduit-rust/conduit-test"
9396

src/s3/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ branch = "build-cmd"
1515

1616
[dependencies.openssl]
1717
git = "https://github.com/sfackler/rust-openssl"
18+
19+
[dependencies.time]
20+
git = "https://github.com/rust-lang/time"

0 commit comments

Comments
 (0)