summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-11 20:51:06 +0800
committerGitHub <noreply@github.com>2021-10-11 20:51:06 +0800
commit49490ee01fb1e5b46cb679fee4e7a8eb731805ab (patch)
treed994618f1d0958b2584fc2e344336135fd3de005 /src
parent553b5727b9418c3c92b11e7f22d76515ce331159 (diff)
downloadcryptography-49490ee01fb1e5b46cb679fee4e7a8eb731805ab.tar.gz
Bump ouroboros from 0.12.0 to 0.13.0 in /src/rust (#6402)
Bumps [ouroboros](https://github.com/joshua-maros/ouroboros) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/joshua-maros/ouroboros/releases) - [Commits](https://github.com/joshua-maros/ouroboros/commits) --- updated-dependencies: - dependency-name: ouroboros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/rust/Cargo.lock8
-rw-r--r--src/rust/Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 5ae30ed30..012b8282d 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -161,9 +161,9 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
[[package]]
name = "ouroboros"
-version = "0.12.0"
+version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c711f35b4e881534535e7d943aa158ed673baf8e73b06bdd93b31703cf968cc3"
+checksum = "f357ef82d1b4db66fbed0b8d542cbd3c22d0bf5b393b3c257b9ba4568e70c9c3"
dependencies = [
"aliasable",
"ouroboros_macro",
@@ -172,9 +172,9 @@ dependencies = [
[[package]]
name = "ouroboros_macro"
-version = "0.12.0"
+version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "adbdedd935f91827ea19bb8b97c20dd5870221eac3e9d9a2e70367ecc813479d"
+checksum = "44a0b52c2cbaef7dffa5fec1a43274afe8bd2a644fa9fc50a9ef4ff0269b1257"
dependencies = [
"Inflector",
"proc-macro-error",
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index 01e88bb06..ae1a8d87d 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -11,7 +11,7 @@ pyo3 = { version = "0.14.5" }
asn1 = { version = "0.7.0", default-features = false, features = ["derive"] }
pem = "1.0"
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
-ouroboros = "0.12"
+ouroboros = "0.13"
[features]
extension-module = ["pyo3/extension-module"]