summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-13 08:39:17 +0000
committerLars Wirzenius <liw@liw.fi>2021-04-13 08:39:17 +0000
commit50258196ee8832ca8d9f02e73babb431248ed025 (patch)
tree3b39dba244bd13a39abaca5b22d4574983323f3c /Cargo.lock
parenta7cbaaa9be2dfc5e4fcdaf342dba98c923a99ab4 (diff)
parent297521aab3d48f12b09d1b3071c1e13ed7cafdb4 (diff)
downloadbumper-rs-50258196ee8832ca8d9f02e73babb431248ed025.tar.gz
Merge branch 'python' into 'main'
Python support Closes #2 See merge request larswirzenius/bumper!17
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 82f8ba4..d3c7ea2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -123,6 +123,7 @@ version = "0.5.0"
dependencies = [
"anyhow",
"cargo-edit",
+ "glob",
"log",
"pandoc",
"pandoc_ast",
@@ -516,6 +517,12 @@ dependencies = [
]
[[package]]
+name = "glob"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
+
+[[package]]
name = "h2"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"