Skip to content

Commit f4e32d5

Browse files
committed
bump deps
1 parent 076a59c commit f4e32d5

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blindspot"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
authors = ["xermicus <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/xermicus/blindspot"
@@ -16,16 +16,16 @@ path="src/main.rs"
1616

1717
[dependencies]
1818
structopt = "0.3.14"
19-
smol = { version = "0.1.11", features = ["tokio02"] }
19+
smol = { version = "0.1.12", features = ["tokio02"] }
2020
serde = "1.0.111"
2121
serde_derive = "1.0.111"
22-
serde_yaml = "0.8.12"
23-
serde_json = "1.0.53"
22+
serde_yaml = "0.8.13"
23+
serde_json = "1.0.55"
2424
anyhow = "1.0.31"
2525
chrono = { version = "0.4.11", features = ["serde"] }
2626
dirs-next = "1.0.1"
27-
async-std = "1.6.0"
28-
isahc = { version = "0.9.3", features = ["json"] }
27+
async-std = "1.6.1"
28+
isahc = { version = "0.9.4", features = ["json"] }
2929
async-compression = { version = "0.3.4", features = ["futures-write", "gzip", "bzip2", "xz"] }
3030
async-tar = "0.1.1"
3131
termion = "1.5.5"

0 commit comments

Comments
 (0)