Skip to content

Commit 06096d7

Browse files
authored
1 parent d6de9c1 commit 06096d7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • modules/openapi-generator/src/main/resources/rust-server
  • samples/server/petstore/rust-server/output

modules/openapi-generator/src/main/resources/rust-server/Cargo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ serde_json = "1.0"
9494
{{#usesXml}}
9595
# TODO: this should be updated to point at the official crate once
9696
# https://github.com/RReverser/serde-xml-rs/pull/45 is accepted upstream
97-
serde-xml-rs = {git = "git://github.com/Metaswitch/serde-xml-rs.git" , branch = "master"}
97+
serde-xml-rs = {git = "https://github.com/Metaswitch/serde-xml-rs" , branch = "master"}
9898
{{/usesXml}}
9999
{{#apiUsesMultipart}}
100100
mime_0_2 = { package = "mime", version = "0.2.6", optional = true }

samples/server/petstore/rust-server/output/openapi-v3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ serde_json = "1.0"
4242
# Crates included if required by the API definition
4343
# TODO: this should be updated to point at the official crate once
4444
# https://github.com/RReverser/serde-xml-rs/pull/45 is accepted upstream
45-
serde-xml-rs = {git = "git://github.com/Metaswitch/serde-xml-rs.git" , branch = "master"}
45+
serde-xml-rs = {git = "https://github.com/Metaswitch/serde-xml-rs" , branch = "master"}
4646
uuid = {version = "0.8", features = ["serde", "v4"]}
4747

4848
# Common between server and client features

samples/server/petstore/rust-server/output/petstore-with-fake-endpoints-models-for-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ serde_json = "1.0"
4545
# Crates included if required by the API definition
4646
# TODO: this should be updated to point at the official crate once
4747
# https://github.com/RReverser/serde-xml-rs/pull/45 is accepted upstream
48-
serde-xml-rs = {git = "git://github.com/Metaswitch/serde-xml-rs.git" , branch = "master"}
48+
serde-xml-rs = {git = "https://github.com/Metaswitch/serde-xml-rs" , branch = "master"}
4949
mime_0_2 = { package = "mime", version = "0.2.6", optional = true }
5050
multipart = { version = "0.16", default-features = false, optional = true }
5151
uuid = {version = "0.8", features = ["serde", "v4"]}

0 commit comments

Comments
 (0)