Skip to content

Commit 14df9f4

Browse files
committed
Updated depenencies
1 parent 3a140c8 commit 14df9f4

File tree

2 files changed

+41
-49
lines changed

2 files changed

+41
-49
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juno"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Rakshith Ravi <[email protected]>"]
55
edition = "2018"
66

@@ -9,10 +9,9 @@ edition = "2018"
99
[dependencies]
1010
clap = "2.33.0"
1111
lazy_static = "1.4.0"
12-
serde_json = "1.0.44"
12+
serde_json = "1.0"
1313
futures = "0.3.1"
1414
futures-util = "0.3.1"
15-
uuid = "0.8.1"
1615
rand = "0.7.2"
1716
ctrlc = "3.1.3"
1817
semver = "0.9.0"

0 commit comments

Comments
 (0)