summaryrefslogtreecommitdiff
path: root/src/rust
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-12 01:16:47 +0000
committerGitHub <noreply@github.com>2022-11-12 01:16:47 +0000
commit6b9f2d5b49ea692e2e54b98bbf2c8a47904d9bdb (patch)
tree3a5fd94be6f3a3ca6c9fb47ccc971ea73d90cfb3 /src/rust
parent2afee12e3064de82e0c450661f466db72a2eaeec (diff)
downloadcryptography-6b9f2d5b49ea692e2e54b98bbf2c8a47904d9bdb.tar.gz
Bump asn1 from 0.12.2 to 0.12.3 in /src/rust (#7801)
Bumps [asn1](https://github.com/alex/rust-asn1) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/alex/rust-asn1/releases) - [Commits](https://github.com/alex/rust-asn1/compare/0.12.2...0.12.3) --- updated-dependencies: - dependency-name: asn1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src/rust')
-rw-r--r--src/rust/Cargo.lock4
-rw-r--r--src/rust/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 1ff927a98..eebaf3b6b 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -25,9 +25,9 @@ dependencies = [
[[package]]
name = "asn1"
-version = "0.12.2"
+version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "22c27c85cd71c1bf4373c7c1aa752b73d2df799277c0930af16fffbf3444f210"
+checksum = "a53789014a5231ee21e6af6d89d42680d73db33ad2ec83ee6fad801249432bad"
dependencies = [
"asn1_derive",
"chrono",
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index 49e70a30f..82573dd9f 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -8,7 +8,7 @@ publish = false
[dependencies]
once_cell = "1"
pyo3 = { version = "0.15.2" }
-asn1 = { version = "0.12.2", default-features = false, features = ["derive"] }
+asn1 = { version = "0.12.3", default-features = false, features = ["derive"] }
pem = "1.1"
chrono = { version = "0.4.22", default-features = false, features = ["alloc", "clock"] }
ouroboros = "0.15"