diff --git a/Cargo.lock b/Cargo.lock index 02ab2b5..00b0118 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1506,7 +1506,7 @@ dependencies = [ [[package]] name = "sirene" -version = "2.7.0" +version = "3.0.0" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 126552b..3297a89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sirene" -version = "2.7.0" +version = "3.0.0" authors = ["Julien Blatecky "] edition = "2021" diff --git a/app/Chart.yaml b/app/Chart.yaml index b1260e2..8e9c130 100644 --- a/app/Chart.yaml +++ b/app/Chart.yaml @@ -21,9 +21,9 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v2.7.0" +appVersion: "v3.0.0" dependencies: - - name: postgresql - version: "10.3.13" - repository: https://charts.bitnami.com/bitnami + - name: postgresql + version: "10.3.13" + repository: https://charts.bitnami.com/bitnami