Compare commits
7 Commits
dependabot
...
v0.17.1
Author | SHA1 | Date | |
---|---|---|---|
1311e724ce | |||
5da9e74992 | |||
8dadc0ddea | |||
5284249acf | |||
d28f56dac0 | |||
ab02a45bf6 | |||
837c1c160b |
942
Cargo.lock
generated
942
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "hoc"
|
||||
version = "0.16.0"
|
||||
version = "0.17.1"
|
||||
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
||||
edition = "2018"
|
||||
build = "build.rs"
|
||||
@ -12,14 +12,14 @@ badge = "0.3.0"
|
||||
bytes = "1.0.1"
|
||||
config = { version = "0.10.1", features = ["toml"] }
|
||||
dotenv = "0.15.0"
|
||||
futures = "0.3.8"
|
||||
futures = "0.3.13"
|
||||
git2 = "0.13.17"
|
||||
lazy_static = "1.4.0"
|
||||
number_prefix = "0.4.0"
|
||||
openssl-probe = "0.1.2"
|
||||
reqwest = "0.10.10"
|
||||
serde = "1.0.123"
|
||||
serde_derive = "1.0.103"
|
||||
serde_derive = "1.0.123"
|
||||
serde_json = "1.0.63"
|
||||
tracing = "0.1.25"
|
||||
tracing-actix-web = "0.2.1"
|
||||
|
@ -19,7 +19,7 @@ To include the badge in your readme, use the following markdown:
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
[](@repo_info.base_url/@repo_info.path?branch=@repo_info.branch/view?branch=@repo_info.branch)
|
||||
[](@repo_info.base_url/@repo_info.path/view?branch=@repo_info.branch)
|
||||
</pre>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user