Skip to content

Commit

Permalink
chore(deps): update rust crate semver to 1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Feb 19, 2024
1 parent 563234e commit 2d0c94b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 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 @@ -338,7 +338,7 @@ rustyline = "13.0.0"
samael = { version = "0.0.14", features = ["xmlsec"] }
schemars = "0.8.16"
secrecy = "0.8.0"
semver = { version = "1.0.21", features = ["std", "serde"] }
semver = { version = "1.0.22", 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 @@ -88,7 +88,7 @@ regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.22", features = ["blocking", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.21", features = ["serde"] }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.196", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.113", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
Expand Down Expand Up @@ -195,7 +195,7 @@ regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.22", features = ["blocking", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.21", features = ["serde"] }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.196", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.113", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
Expand Down

0 comments on commit 2d0c94b

Please sign in to comment.