Skip to content

Commit 67dbcd8

Browse files
committed
Update dependencies
1 parent a3e05d1 commit 67dbcd8

File tree

10 files changed

+945
-1279
lines changed

10 files changed

+945
-1279
lines changed

Diff for: Cargo.lock

+328-580
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+15-6
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,27 @@ readme = "README.md"
1313
[dependencies]
1414
bincode = "1"
1515
env_logger = "0.10"
16-
futures = "0.1"
17-
hyper = "0.12"
16+
futures = "0.3"
1817
log = "0.4"
19-
rand = "0.6"
20-
serde_yaml = "0.8"
21-
textwrap = "0.11"
22-
tokio = "0.1"
18+
rand = "0.8"
19+
serde_yaml = "0.9"
2320

2421
[dependencies.clap]
2522
version = "2"
2623
features = ["wrap_help"]
2724

25+
[dependencies.hyper]
26+
version = "0.14"
27+
features = ["full"]
28+
2829
[dependencies.serde]
2930
version = "1"
3031
features = ["derive"]
32+
33+
[dependencies.textwrap]
34+
version = "0.16"
35+
features = ["hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"]
36+
37+
[dependencies.tokio]
38+
version = "1"
39+
features = ["full"]

Diff for: LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# License
22

3-
Copyright 2022 Stephan Boyer
3+
Copyright 2023 Stephan Boyer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build status](https://github.com/stepchowfun/paxos/workflows/Continuous%20integration/badge.svg?branch=main)](https://github.com/stepchowfun/paxos/actions?query=branch%3Amain)
44

5-
An implementation of single-decree Paxos.
5+
An reference implementation of single-decree Paxos.
66

77
## Configuration
88

0 commit comments

Comments
 (0)