Merge pull request #196 from vbrandl/dependabot/cargo/ructe-0.13.0

Bump ructe from 0.12.0 to 0.13.0
This commit is contained in:
Valentin Brandl 2020-11-23 12:13:08 +01:00 committed by GitHub
commit ffb306a7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1883,9 +1883,9 @@ dependencies = [
[[package]]
name = "ructe"
version = "0.12.0"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b8ffc645837eab09b6cbb6772d18897c6309753254592e149b40ff7fb113c01"
checksum = "a3507c22423c8be907293f0aa684b08ac62efb20e0768639fdfbce833481fd30"
dependencies = [
"base64 0.12.0",
"bytecount",

View File

@ -31,7 +31,7 @@ tracing-actix-web = "0.2.1"
tracing-futures = "0.2.4"
[build-dependencies]
ructe = "0.12.0"
ructe = "0.13.0"
vergen = "3.1.0"
[dev-dependencies]