-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RS-311: add each_n and each_s replication settings (#13)
* add each_n and each_s replication settings * set settings * update CHANGELOG * fix test for 1.9 api * fix token mask
- Loading branch information
Showing
4 changed files
with
73 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "reduct-rs" | ||
|
||
version = "1.9.5" | ||
version = "1.10.0" | ||
authors =["Alexey Timin <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.75.0" | ||
|
@@ -23,13 +23,13 @@ test-api-110 = [] # Test API 1.10 | |
crate-type = ["lib"] | ||
|
||
[dependencies] | ||
reduct-base = "1.9.4" | ||
reduct-base = { git = "https://github.com/reductstore/reductstore.git", branch = "main", package = "reduct-base" } | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" | ||
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "stream"] } | ||
http = "1.0.0" | ||
rustls = "0.23" | ||
chrono = { version = "0.4.11", features = ["serde"] } | ||
chrono = { version = "0.4.38", features = ["serde"] } | ||
bytes = "1.4.0" | ||
futures = "0.3.17" | ||
futures-util = "0.3.28" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters