Skip to content

Commit

Permalink
upgrade deps; bump 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Sep 24, 2021
1 parent e317c01 commit 528d0dd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cirru_parser"
version = "0.1.4"
version = "0.1.5"
authors = ["jiyinyiyong <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -19,8 +19,8 @@ exclude = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde_json = "1.0.64"
regex = "1"
serde_json = "1.0.68"
regex = "1.5.4"
wasm-bindgen = "0.2"
lazy_static = "1.4.0"

Expand Down

0 comments on commit 528d0dd

Please sign in to comment.