build(deps): bump public-api from 0.29.1 to 0.31.2 (#695)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-19 16:54:16 +02:00 committed by GitHub
parent 67d7b5717c
commit 25d64fdc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1996,9 +1996,9 @@ dependencies = [
[[package]]
name = "public-api"
version = "0.29.1"
version = "0.31.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c2cd705cc3fd17978083e43e9f54c3c9f55335e019d05c95d16d870c6ede1a"
checksum = "3ed168e584583740fff142aaa8c8dbb4b1776446fc5aefc53c456ccca702bf07"
dependencies = [
"hashbag",
"rustdoc-types",
@ -2300,9 +2300,9 @@ dependencies = [
[[package]]
name = "rustdoc-types"
version = "0.20.0"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5f59b848e09e1631f0f8711fcdcb65d4481597b869372cca5d6755737b21501"
checksum = "5c7a12c7506980eaac5c9851a04e90e0062eb4417aa188a512bf7a64a1ef290f"
dependencies = [
"serde",
]

View File

@ -117,7 +117,7 @@ xattr = "1"
[dev-dependencies]
rustup-toolchain = "0.1.4"
rustdoc-json = "0.8.5"
public-api = "0.29.1"
public-api = "0.31.2"
rstest = { workspace = true }
expect-test = "1.4.1"
quickcheck = { workspace = true }