M Cargo.lock => Cargo.lock +6 -6
@@ 41,7 41,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "nom"
-version = "5.0.0-beta2"
+version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lexical-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ 52,9 52,9 @@ dependencies = [
[[package]]
name = "ogmarkup"
version = "0.1.0"
-source = "git+https://git.sr.ht/~lthms/ogmarkup?rev=5bf1201e639d21644922a4986b684b40d2d9971d#5bf1201e639d21644922a4986b684b40d2d9971d"
+source = "git+https://git.sr.ht/~lthms/ogmarkup?rev=20346a1b3f0e243ff93dc1894f57084346c496ba#20346a1b3f0e243ff93dc1894f57084346c496ba"
dependencies = [
- "nom 5.0.0-beta2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "nom 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ 118,7 118,7 @@ dependencies = [
name = "varuna"
version = "0.1.0"
dependencies = [
- "ogmarkup 0.1.0 (git+https://git.sr.ht/~lthms/ogmarkup?rev=5bf1201e639d21644922a4986b684b40d2d9971d)",
+ "ogmarkup 0.1.0 (git+https://git.sr.ht/~lthms/ogmarkup?rev=20346a1b3f0e243ff93dc1894f57084346c496ba)",
"wasm-bindgen 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ 187,8 187,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum lexical-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e82e023e062f1d25f807ad182008fba1b46538e999f908a08cc0c29e084462e"
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
-"checksum nom 5.0.0-beta2 (registry+https://github.com/rust-lang/crates.io-index)" = "cfa215de9f747c2b3290ceee185976eb6ffc936087e19d810b57ba3ff85ae28c"
-"checksum ogmarkup 0.1.0 (git+https://git.sr.ht/~lthms/ogmarkup?rev=5bf1201e639d21644922a4986b684b40d2d9971d)" = "<none>"
+"checksum nom 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e9761d859320e381010a4f7f8ed425f2c924de33ad121ace447367c713ad561b"
+"checksum ogmarkup 0.1.0 (git+https://git.sr.ht/~lthms/ogmarkup?rev=20346a1b3f0e243ff93dc1894f57084346c496ba)" = "<none>"
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
"checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f"
M Cargo.toml => Cargo.toml +1 -1
@@ 12,4 12,4 @@ wasm-bindgen = "0.2.46"
[dependencies.ogmarkup]
git = "https://git.sr.ht/~lthms/ogmarkup"
-rev = "5bf1201e639d21644922a4986b684b40d2d9971d">
\ No newline at end of file
+rev = "20346a1b3f0e243ff93dc1894f57084346c496ba"<
\ No newline at end of file