build(deps): bump rand_pcg from 0.3.0 to 0.3.1

Bumps [rand_pcg](https://github.com/rust-random/rand) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/rand_pcg-0.3.0...rand_pcg-0.3.1)

---
updated-dependencies:
- dependency-name: rand_pcg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-16 07:04:07 +00:00 committed by GitHub
parent caa9e825b8
commit 9bf3af1f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -1970,9 +1970,9 @@ dependencies = [
[[package]]
name = "rand_pcg"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7de198537002b913568a3847e53535ace266f93526caf5c360ec41d72c5787f0"
checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
dependencies = [
"rand_core 0.6.2",
]
@ -2379,7 +2379,7 @@ dependencies = [
"lazy_static",
"log",
"rand 0.8.3",
"rand_pcg 0.3.0",
"rand_pcg 0.3.1",
"reqwest",
"rsa_public_encrypt_pkcs1",
"serde",

View File

@ -37,7 +37,7 @@ zip = { version = "0.5.12", features = ["deflate"], default-features = false }
image = "0.23.14"
getrandom = { version = "0.2.3", features = ["js"] }
rand = "0.8.3"
rand_pcg = "0.3.0"
rand_pcg = "0.3.1"
base64 = "0.13.0"
log = { version = "0.4.14", features = ["std"] }
cgmath = "0.17.0"