Skip to content

Commit

Permalink
upgrade rusqlite to avoid future compatibility problem
Browse files Browse the repository at this point in the history
  • Loading branch information
hdhoang authored and spirali committed Aug 31, 2018
1 parent 8d14d8d commit ddf753d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 rain_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ futures="0.1"
lazy_static = "1.0"
log = "0.4"
nix = "0.11"
rusqlite = { version = "0.13", features = ["chrono", "serde_json"] }
rusqlite = { version = "0.14.0", features = ["chrono", "serde_json"] }
serde = "1.0"
serde_bytes = "0.10"
serde_cbor = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion rain_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ serde_derive = "1"
serde_json = "1"
tar = "0.4"
tempdir = "0.3"
rusqlite = { version = "0.13", features = ["chrono", "serde_json"] }
rusqlite = { version = "0.14.0", features = ["chrono", "serde_json"] }
sys-info = "0.5"
sysconf = "0.3"
tokio-core="0.1"
Expand Down

0 comments on commit ddf753d

Please sign in to comment.