Skip to content

Commit 6826b59

Browse files
author
Sunshine
authored
Merge pull request #272 from snshn/new-release
New release (2.6.1)
2 parents 50bccae + 2be725e commit 6826b59

File tree

2 files changed

+75
-58
lines changed

2 files changed

+75
-58
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "monolith"
3-
version = "2.6.0"
3+
version = "2.6.1"
44
authors = [
55
"Sunshine <sunshine@uberspace.net>",
66
"Mahdi Robatipoor <mahdi.robatipoor@gmail.com>",
@@ -34,9 +34,9 @@ sha2 = "0.9.5" # Used for calculating checksums during integrity checks
3434
url = "2.2.2"
3535

3636
[dependencies.reqwest]
37-
version = "0.11.3"
37+
version = "0.11.4"
3838
default-features = false
3939
features = ["default-tls", "blocking", "gzip"]
4040

4141
[dev-dependencies]
42-
assert_cmd = "1.0.5"
42+
assert_cmd = "1.0.7"

0 commit comments

Comments
 (0)