Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Nov 7, 2022
1 parent cd3096e commit f7906d6
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 118 deletions.
203 changes: 88 additions & 115 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
Expand Up @@ -28,11 +28,11 @@ use-serde = ["serde", "serde_json"]

# ['cfg(features = "use-serde")'.dependencies]
[dependencies]
serde = { version = "1.0.144", optional = true }
serde_json = { version = "1.0.85", optional = true }
serde = { version = "1.0.147", optional = true }
serde_json = { version = "1.0.87", optional = true }

[dev-dependencies]
criterion = "0.3.6"
criterion = "0.4.0"

[lib]
name = "cirru_parser"
Expand Down

0 comments on commit f7906d6

Please sign in to comment.