Explorar el Código

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] hace 4 años
padre
commit
18635bb438
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  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"