mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
Bump typetag from 0.1.8 to 0.2.5 (#7908)
This commit is contained in:
parent
809416e3f0
commit
c6eea5de6b
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -1887,9 +1887,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "inventory"
|
||||
version = "0.2.3"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "84344c6e0b90a9e2b6f3f9abe5cc74402684e348df7b32adca28747e0cef091a"
|
||||
checksum = "16fe3b35d64bd1f72917f06425e7573a2f63f74f42c8f56e53ea6826dde3a2b5"
|
||||
dependencies = [
|
||||
"ctor",
|
||||
"ghost",
|
||||
@ -5334,9 +5334,9 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
||||
|
||||
[[package]]
|
||||
name = "typetag"
|
||||
version = "0.1.8"
|
||||
version = "0.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4080564c5b2241b5bff53ab610082234e0c57b0417f4bd10596f183001505b8a"
|
||||
checksum = "8eecd98403ae5ea2813689125cf5b3f99c40b8abed46c0a8945c81eadb673b31"
|
||||
dependencies = [
|
||||
"erased-serde",
|
||||
"inventory",
|
||||
@ -5347,9 +5347,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "typetag-impl"
|
||||
version = "0.1.8"
|
||||
version = "0.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e60147782cc30833c05fba3bab1d9b5771b2685a2557672ac96fa5d154099c0e"
|
||||
checksum = "8f9568611f0de5e83e0993b85c54679cd0afd659adcfcb0233f16280b980492e"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -30,7 +30,7 @@ strum = "0.24"
|
||||
strum_macros = "0.24"
|
||||
sys-locale = "0.2.0"
|
||||
thiserror = "1.0.31"
|
||||
typetag = "0.1.8"
|
||||
typetag = "0.2.5"
|
||||
|
||||
[features]
|
||||
plugin = ["serde_json"]
|
||||
|
@ -10,4 +10,4 @@ edition = "2021"
|
||||
nu-plugin = { path = "../nu-plugin", version = "0.74.1" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.74.1", features = ["plugin"] }
|
||||
serde = { version = "1.0", default-features = false }
|
||||
typetag = "0.1.8"
|
||||
typetag = "0.2.5"
|
||||
|
Loading…
Reference in New Issue
Block a user