diff --git a/Cargo.lock b/Cargo.lock index 28b3b3a0..ba0a2c20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2459,7 +2459,7 @@ dependencies = [ [[package]] name = "rfd-api" -version = "0.1.2" +version = "0.1.3" dependencies = [ "async-trait", "base64 0.21.4", @@ -2512,7 +2512,7 @@ dependencies = [ [[package]] name = "rfd-cli" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "chrono", @@ -2563,7 +2563,7 @@ dependencies = [ [[package]] name = "rfd-processor" -version = "0.1.2" +version = "0.1.3" dependencies = [ "async-trait", "base64 0.21.4", @@ -2600,7 +2600,7 @@ dependencies = [ [[package]] name = "rfd-redirect" -version = "0.1.2" +version = "0.1.3" dependencies = [ "config", "dropshot", diff --git a/rfd-api/Cargo.toml b/rfd-api/Cargo.toml index 11e5d924..f33022c2 100644 --- a/rfd-api/Cargo.toml +++ b/rfd-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-api" -version = "0.1.2" +version = "0.1.3" edition = "2021" repository = "https://github.com/oxidecomputer/rfd-api" diff --git a/rfd-cli/Cargo.toml b/rfd-cli/Cargo.toml index ddfe36bf..2d93fcc2 100644 --- a/rfd-cli/Cargo.toml +++ b/rfd-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-cli" -version = "0.1.2" +version = "0.1.3" 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 1cf9308e..581be3c2 100644 --- a/rfd-processor/Cargo.toml +++ b/rfd-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-processor" -version = "0.1.2" +version = "0.1.3" 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 302eae25..b9c40e2b 100644 --- a/rfd-redirect/Cargo.toml +++ b/rfd-redirect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-redirect" -version = "0.1.2" +version = "0.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html