tangled
alpha
login
or
join now
tjh.dev
/
um32
1
fork
atom
Implementation of the UM-32 "Universal Machine" as described by the
Cult of the Bound Variable
1
fork
atom
overview
issues
pulls
pipelines
chore: cargo update
Signed-off-by: tjh <x@tjh.dev>
tjh.dev
1 month ago
014e9ff7
c5d7edea
verified
This commit was signed with the committer's
known signature
.
tjh.dev
SSH Key Fingerprint:
SHA256:RhG+o7Aj/xulPOqGBYDE7G2RZdwS1M7RWqL3oo9BYCY=
+10
-10
1 changed file
expand all
collapse all
unified
split
Cargo.lock
+10
-10
Cargo.lock
···
55
55
56
56
[[package]]
57
57
name = "proc-macro2"
58
58
-
version = "1.0.101"
58
58
+
version = "1.0.106"
59
59
source = "registry+https://github.com/rust-lang/crates.io-index"
60
60
-
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
60
60
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
61
61
dependencies = [
62
62
"unicode-ident",
63
63
]
64
64
65
65
[[package]]
66
66
name = "quote"
67
67
-
version = "1.0.40"
67
67
+
version = "1.0.44"
68
68
source = "registry+https://github.com/rust-lang/crates.io-index"
69
69
-
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
69
69
+
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
70
70
dependencies = [
71
71
"proc-macro2",
72
72
]
73
73
74
74
[[package]]
75
75
name = "regex-syntax"
76
76
-
version = "0.8.6"
76
76
+
version = "0.8.9"
77
77
source = "registry+https://github.com/rust-lang/crates.io-index"
78
78
-
checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
78
78
+
checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
79
79
80
80
[[package]]
81
81
name = "smallvec"
···
85
85
86
86
[[package]]
87
87
name = "syn"
88
88
-
version = "2.0.106"
88
88
+
version = "2.0.114"
89
89
source = "registry+https://github.com/rust-lang/crates.io-index"
90
90
-
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
90
90
+
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
91
91
dependencies = [
92
92
"proc-macro2",
93
93
"quote",
···
104
104
105
105
[[package]]
106
106
name = "unicode-ident"
107
107
-
version = "1.0.19"
107
107
+
version = "1.0.22"
108
108
source = "registry+https://github.com/rust-lang/crates.io-index"
109
109
-
checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
109
109
+
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"