chore(deps): bump instant from 0.1.10 to 0.1.11 (#467)
Bumps [instant](https://github.com/sebcrozet/instant) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/sebcrozet/instant/releases) - [Commits](https://github.com/sebcrozet/instant/compare/v0.1.10...v0.1.11) --- updated-dependencies: - dependency-name: instant dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1260caa4d2
commit
558227cefd
|
@ -1478,9 +1478,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "instant"
|
||||
version = "0.1.10"
|
||||
version = "0.1.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
|
||||
checksum = "716d3d89f35ac6a34fd0eed635395f4c3b76fa889338a4632e5231a8684216bd"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"js-sys",
|
||||
|
|
|
@ -32,7 +32,7 @@ reqwest = { version = "0.11.4", default-features = false, features = ["json", "r
|
|||
url = { version = "2.2.2", default-features = false }
|
||||
|
||||
serde_json = { version = "1.0.64", default-features = false }
|
||||
instant = {version = "0.1.10", features = ["now"] }
|
||||
instant = {version = "0.1.11", features = ["now"] }
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
tokio = { version = "1.5" }
|
||||
|
|
Loading…
Reference in New Issue