Skip to content

Commit

Permalink
Update Rust crate semver to 1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Jan 5, 2024
1 parent 69733d8 commit f093f8f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 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 @@ -318,7 +318,7 @@ rustyline = "12.0.0"
samael = { git = "https://github.com/njaremko/samael", features = ["xmlsec"], branch = "master" }
schemars = "0.8.16"
secrecy = "0.8.0"
semver = { version = "1.0.20", features = ["std", "serde"] }
semver = { version = "1.0.21", 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
8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.22", features = ["blocking", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.7", features = ["std"] }
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.193", features = ["alloc", "derive", "rc"] }
semver = { version = "1.0.21", features = ["serde"] }
serde = { version = "1.0.194", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.108", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.3.0", features = ["inline", "unicode"] }
Expand Down Expand Up @@ -189,8 +189,8 @@ regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.22", features = ["blocking", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.7", features = ["std"] }
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.193", features = ["alloc", "derive", "rc"] }
semver = { version = "1.0.21", features = ["serde"] }
serde = { version = "1.0.194", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.108", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.3.0", features = ["inline", "unicode"] }
Expand Down

0 comments on commit f093f8f

Please sign in to comment.