diff --git a/Cargo.lock b/Cargo.lock index d3f7065..0dfafe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2511,7 +2511,7 @@ dependencies = [ [[package]] name = "rfd-api" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-trait", "base64 0.21.7", @@ -2567,7 +2567,7 @@ dependencies = [ [[package]] name = "rfd-cli" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "chrono", @@ -2619,7 +2619,7 @@ dependencies = [ [[package]] name = "rfd-processor" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-trait", "base64 0.21.7", @@ -2658,7 +2658,7 @@ dependencies = [ [[package]] name = "rfd-redirect" -version = "0.3.0" +version = "0.4.0" dependencies = [ "config", "dropshot", diff --git a/rfd-api/Cargo.toml b/rfd-api/Cargo.toml index 04a88e0..c140a9c 100644 --- a/rfd-api/Cargo.toml +++ b/rfd-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-api" -version = "0.3.0" +version = "0.4.0" edition = "2021" repository = "https://github.com/oxidecomputer/rfd-api" diff --git a/rfd-cli/Cargo.toml b/rfd-cli/Cargo.toml index 7971a32..cd3aafd 100644 --- a/rfd-cli/Cargo.toml +++ b/rfd-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-cli" -version = "0.3.0" +version = "0.4.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rfd-processor/Cargo.toml b/rfd-processor/Cargo.toml index 9907662..3fe535f 100644 --- a/rfd-processor/Cargo.toml +++ b/rfd-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-processor" -version = "0.3.0" +version = "0.4.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rfd-redirect/Cargo.toml b/rfd-redirect/Cargo.toml index 768fde8..df1b208 100644 --- a/rfd-redirect/Cargo.toml +++ b/rfd-redirect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-redirect" -version = "0.3.0" +version = "0.4.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html