aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2022-01-05 04:00:38 +0100
committeriximeow <me@iximeow.net>2022-01-12 11:28:39 -0800
commit65b651155aa1e85bfa505f8c9011ca4b3eba40b2 (patch)
tree04d9ec38e466029c376c83342358060efbf38327 /Cargo.lock
parent0759de116479c8a6319450e1e116af39e8c844c5 (diff)
Bump yaxpeax-superh to 1.0.0
Turns out split_inclusive() binds the separator left, rather than right, so it's not useful here
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bed9a70..1883a72 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -407,10 +407,11 @@ dependencies = [
[[package]]
name = "yaxpeax-superh"
-version = "0.3.0"
+version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8c8cc1c381ba557a8d7e9fdb1399c36e4d9ce5a517b3e2bb504b261012403f4f"
+checksum = "c5281091585bd676e16313291703e8724889d4076672fc7b4d0e5b1718c54e2c"
dependencies = [
+ "bitflags",
"yaxpeax-arch",
]