Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
384: chore(deps): bump regex, regex-syntax, rocksdb r=zhangsoledad a=doitian

- chore(deps): bump regex-syntax from 0.6.5 to 0.6.6
- chore(deps): bump rocksdb from 0.12.0 to 0.12.1 (see nervosnetwork#378)
- chore(deps): bump regex from 1.1.2 to 1.1.4 (see nervosnetwork#377)

Co-authored-by: dependabot[bot] <support@dependabot.com>
Co-authored-by: ian <ian@nervos.org>
  • Loading branch information
3 people committed Apr 2, 2019
2 parents 3a9f326 + cdd6c9c commit ee14d21
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 21 deletions.
47 changes: 28 additions & 19 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
bincode = "1.1"
ckb-util = { path = "../util" }
rocksdb = "0.12.0"
rocksdb = "0.12.1"
fnv = "1.0.3"
serde = "1.0"
serde_derive = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion util/logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ansi_term = "0.11"
log = "0.4"
env_logger = "0.6"
lazy_static = "1.3"
regex = "1.1.2"
regex = "1.1.4"
chrono = "0.4"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit ee14d21

Please sign in to comment.