diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 49d3edc..7a3b247 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -5,7 +5,8 @@ ## Our Pledge In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to making participation in jsonpath-ri project and +contributors and maintainers pledge to making participation in +jsonpath-reference-implementation project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal diff --git a/Cargo.toml b/Cargo.toml index af6b9ec..515a6eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,3 @@ pest = "2.1.3" pest_derive = "2.1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.57" -serde_yaml = "0.8.13" - -[dependencies.yaml-rust] -git = "https://github.com/chyh1990/yaml-rust.git" \ No newline at end of file