Skip to content

Commit

Permalink
chore(deps): update rust crate semver to 1.0.20 (#4242)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Oct 24, 2023
1 parent 0f51441 commit 40d0981
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ rustls = "0.21.7"
samael = { git = "https://github.com/njaremko/samael", features = ["xmlsec"], branch = "master" }
schemars = "0.8.12"
secrecy = "0.8.0"
semver = { version = "1.0.18", features = ["std", "serde"] }
semver = { version = "1.0.20", features = ["std", "serde"] }
serde = { version = "1.0", default-features = false, features = [ "derive" ] }
serde_derive = "1.0"
serde_human_bytes = { git = "http://github.com/oxidecomputer/serde_human_bytes", branch = "main" }
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ regex-syntax = { version = "0.7.5" }
reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls", "stream"] }
ring = { version = "0.16.20", features = ["std"] }
schemars = { version = "0.8.13", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.18", features = ["serde"] }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.188", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.107", features = ["raw_value"] }
sha2 = { version = "0.10.7", features = ["oid"] }
Expand Down Expand Up @@ -170,7 +170,7 @@ regex-syntax = { version = "0.7.5" }
reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls", "stream"] }
ring = { version = "0.16.20", features = ["std"] }
schemars = { version = "0.8.13", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.18", features = ["serde"] }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.188", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.107", features = ["raw_value"] }
sha2 = { version = "0.10.7", features = ["oid"] }
Expand Down

0 comments on commit 40d0981

Please sign in to comment.