From f07b058fc3c35067b341d3bbb561e4f7d22f1596 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Sat, 13 Jul 2019 19:50:25 +0200 Subject: [PATCH] deps: Update to latest ogmarkup --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1353442..9a9afa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)" = "" +"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)" = "" "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" diff --git a/Cargo.toml b/Cargo.toml index 4d2f101..bc20a5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 -- 2.45.2