forked from loafle/openapi-generator-original
[Rust] Remove decommissioned git:// (#13866)
See https://github.blog/2021-09-01-improving-git-protocol-security-github/
This commit is contained in:
parent
d6de9c19c8
commit
06096d7f77
@ -94,7 +94,7 @@ serde_json = "1.0"
|
||||
{{#usesXml}}
|
||||
# TODO: this should be updated to point at the official crate once
|
||||
# https://github.com/RReverser/serde-xml-rs/pull/45 is accepted upstream
|
||||
serde-xml-rs = {git = "git://github.com/Metaswitch/serde-xml-rs.git" , branch = "master"}
|
||||
serde-xml-rs = {git = "https://github.com/Metaswitch/serde-xml-rs" , branch = "master"}
|
||||
{{/usesXml}}
|
||||
{{#apiUsesMultipart}}
|
||||
mime_0_2 = { package = "mime", version = "0.2.6", optional = true }
|
||||
|
@ -42,7 +42,7 @@ serde_json = "1.0"
|
||||
# Crates included if required by the API definition
|
||||
# TODO: this should be updated to point at the official crate once
|
||||
# https://github.com/RReverser/serde-xml-rs/pull/45 is accepted upstream
|
||||
serde-xml-rs = {git = "git://github.com/Metaswitch/serde-xml-rs.git" , branch = "master"}
|
||||
serde-xml-rs = {git = "https://github.com/Metaswitch/serde-xml-rs" , branch = "master"}
|
||||
uuid = {version = "0.8", features = ["serde", "v4"]}
|
||||
|
||||
# Common between server and client features
|
||||
|
@ -45,7 +45,7 @@ serde_json = "1.0"
|
||||
# Crates included if required by the API definition
|
||||
# TODO: this should be updated to point at the official crate once
|
||||
# https://github.com/RReverser/serde-xml-rs/pull/45 is accepted upstream
|
||||
serde-xml-rs = {git = "git://github.com/Metaswitch/serde-xml-rs.git" , branch = "master"}
|
||||
serde-xml-rs = {git = "https://github.com/Metaswitch/serde-xml-rs" , branch = "master"}
|
||||
mime_0_2 = { package = "mime", version = "0.2.6", optional = true }
|
||||
multipart = { version = "0.16", default-features = false, optional = true }
|
||||
uuid = {version = "0.8", features = ["serde", "v4"]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user