Browse Source

build(deps): bump instant from 0.1.6 to 0.1.7

Bumps [instant](https://github.com/sebcrozet/instant) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/sebcrozet/instant/releases)
- [Commits](https://github.com/sebcrozet/instant/compare/v0.1.6...v0.1.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 4 năm trước cách đây
mục cha
commit
18635bb438
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 5 2
      Cargo.lock

+ 5 - 2
Cargo.lock

@@ -738,9 +738,12 @@ dependencies = [
 
 [[package]]
 name = "instant"
-version = "0.1.6"
+version = "0.1.7"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
+checksum = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66"
+dependencies = [
+ "cfg-if",
+]
 
 [[package]]
 name = "iovec"