diff --git a/Cargo.lock b/Cargo.lock index 7057f43..a895751 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1302,7 +1302,7 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "pandora-module-utils" version = "0.2.0" -source = "git+https://github.com/pandora-web-server/pandora-web-server.git?rev=fe5d7dfc7d943d2bd8371309084a775db99e84f0#fe5d7dfc7d943d2bd8371309084a775db99e84f0" +source = "git+https://codeberg.org/palant/pandora-web-server.git?rev=fe5d7dfc7d943d2bd8371309084a775db99e84f0#fe5d7dfc7d943d2bd8371309084a775db99e84f0" dependencies = [ "async-trait", "bytes", @@ -1321,7 +1321,7 @@ dependencies = [ [[package]] name = "pandora-module-utils-macros" version = "0.2.0" -source = "git+https://github.com/pandora-web-server/pandora-web-server.git?rev=fe5d7dfc7d943d2bd8371309084a775db99e84f0#fe5d7dfc7d943d2bd8371309084a775db99e84f0" +source = "git+https://codeberg.org/palant/pandora-web-server.git?rev=fe5d7dfc7d943d2bd8371309084a775db99e84f0#fe5d7dfc7d943d2bd8371309084a775db99e84f0" dependencies = [ "proc-macro2", "quote", @@ -2233,7 +2233,7 @@ checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" [[package]] name = "static-files-module" version = "0.2.0" -source = "git+https://github.com/pandora-web-server/pandora-web-server.git?rev=fe5d7dfc7d943d2bd8371309084a775db99e84f0#fe5d7dfc7d943d2bd8371309084a775db99e84f0" +source = "git+https://codeberg.org/palant/pandora-web-server.git?rev=fe5d7dfc7d943d2bd8371309084a775db99e84f0#fe5d7dfc7d943d2bd8371309084a775db99e84f0" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2b75343..00faf68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,11 +50,11 @@ rev = "a98eadde498a45f32ab906d629342954fa173d11" # path = "../pingora/pingora-proxy" [patch.crates-io.static-files-module] -git = "https://github.com/pandora-web-server/pandora-web-server.git" +git = "https://codeberg.org/palant/pandora-web-server.git" rev = "fe5d7dfc7d943d2bd8371309084a775db99e84f0" # path = "../pandora-web-server/static-files-module" [patch.crates-io.pandora-module-utils] -git = "https://github.com/pandora-web-server/pandora-web-server.git" +git = "https://codeberg.org/palant/pandora-web-server.git" rev = "fe5d7dfc7d943d2bd8371309084a775db99e84f0" # path = "../pandora-web-server/pandora-module-utils"