Skip to content

Commit

Permalink
Update 3rd party dependencies
Browse files Browse the repository at this point in the history
Closes #90
Closes #137
Closes #245
Closes #1202
Closes #1212
  • Loading branch information
tobiemh committed Sep 26, 2022
1 parent 88ef1b6 commit 7676a16
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 47 deletions.
75 changes: 37 additions & 38 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ http = "0.2.8"
hyper = "0.14.20"
jsonwebtoken = "8.1.1"
log = "0.4.17"
once_cell = "1.14.0"
once_cell = "1.15.0"
rand = "0.8.5"
reqwest = { version = "0.11.11", features = ["blocking"] }
reqwest = { version = "0.11.12", features = ["blocking"] }
rustyline = "10.0.0"
serde = { version = "1.0.144", features = ["derive"] }
serde = { version = "1.0.145", features = ["derive"] }
serde_cbor = "0.11.2"
serde_json = "1.0.85"
serde_pack = { version = "1.1.0", package = "rmp-serde" }
surrealdb = { path = "lib" }
thiserror = "1.0.35"
thiserror = "1.0.36"
tokio = { version = "1.21.1", features = ["macros", "signal"] }
warp = { version = "0.3.2", features = ["compression", "tls", "websocket"] }

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default:

.PHONY: setup
setup:
cargo upgrade --workspace --pinned --to-lockfile
cargo upgrade --pinned
cargo update

.PHONY: docs
Expand Down
8 changes: 4 additions & 4 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@ indxdb = { version = "0.2.0", optional = true }
js = { version = "0.1.7", package = "rquickjs", features = ["bindgen", "classes", "futures", "loader", "macro", "properties", "parallel"], optional = true }
lexical-sort = "0.3.1"
log = "0.4.17"
md-5 = "0.10.4"
md-5 = "0.10.5"
msgpack = { version = "1.1.0", package = "rmp-serde" }
nanoid = "0.4.0"
nom = { version = "7.1.1", features = ["alloc"] }
once_cell = "1.14.0"
once_cell = "1.15.0"
pbkdf2 = "0.11.0"
rand = "0.8.5"
regex = "1.6.0"
rocksdb = { version = "0.19.0", optional = true }
scrypt = "0.10.0"
semver = { version = "1.0.14", default-features = false }
serde = { version = "1.0.144", features = ["derive"] }
serde = { version = "1.0.145", features = ["derive"] }
sha-1 = "0.10.0"
sha2 = "0.10.6"
storekey = "0.3.0"
thiserror = "1.0.35"
thiserror = "1.0.36"
tikv = { version = "0.1.0", package = "tikv-client", optional = true }
trice = "0.1.0"
url = "2.3.1"
Expand Down

0 comments on commit 7676a16

Please sign in to comment.