syncstorage-rs: 0.15.2 -> 0.17.0
we've skipped a bunch of upstream releases because they were mostly targeting the google spanner database backend, debian docker images that needed updates, or fixes for bugs introduced in any of the two other things. 0.17.0 ships an update to the cryptograpy module deps we have anyway due to how our packages are built, but we also don't want to get picked up by vuln scanners that do not know about this.
This commit is contained in:
parent
24b048f70e
commit
d6c286df79
741
pkgs/by-name/sy/syncstorage-rs/Cargo.lock
generated
741
pkgs/by-name/sy/syncstorage-rs/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -20,13 +20,13 @@ in
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "syncstorage-rs";
|
||||
version = "0.15.2";
|
||||
version = "0.17.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mozilla-services";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-YKWXr10cVOqQm6XvugwarE3I1gtAyLOlUqPGbLDhHxY=";
|
||||
hash = "sha256-8MxGrE8BaqSN0vPORKupKQuqHiv2vcqQhTX+SnmWFoM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user