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:
+451
-290
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 = [
|
||||
|
||||
Reference in New Issue
Block a user