Skip to content

Commit

Permalink
Update Rust crate semver to 1.0.23 (#5771)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored May 15, 2024
1 parent 9aeffa0 commit 4b06fe8
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 @@ -407,7 +407,7 @@ rustyline = "14.0.0"
samael = { version = "0.0.15", features = ["xmlsec"] }
schemars = "0.8.16"
secrecy = "0.8.0"
semver = { version = "1.0.22", features = ["std", "serde"] }
semver = { version = "1.0.23", features = ["std", "serde"] }
serde = { version = "1.0", default-features = false, features = [ "derive", "rc" ] }
serde_human_bytes = { git = "http://github.com/oxidecomputer/serde_human_bytes", branch = "main" }
serde_json = "1.0.117"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rus
ring = { version = "0.17.8", features = ["std"] }
schemars = { version = "0.8.17", features = ["bytes", "chrono", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.22", features = ["serde"] }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.201", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.117", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
Expand Down Expand Up @@ -195,7 +195,7 @@ reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rus
ring = { version = "0.17.8", features = ["std"] }
schemars = { version = "0.8.17", features = ["bytes", "chrono", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.22", features = ["serde"] }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.201", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.117", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
Expand Down

0 comments on commit 4b06fe8

Please sign in to comment.